<!--


function PlayPIC(PicURL,picnam,width,height) // Copyright (C) 1999 Donna O. Wenberg sbelle@sbelledesigns.com
                                   // Permission for use granted to all music lovers on the net
{
var WriteName = "yes"
  var SongIndex = 1

  var picnam1 = picnam
  var width1 = width
  var height1 = height
  var DocString = ""

  var args = PlayPIC.arguments

  document.open();

          DocString = '<img src="' + PicURL + '" '
          DocString = DocString + 'width=' + width1 + ' height=' + height1 + ' alt=' + '"Click on the Image to Return to the Previous Page"' + ' border=0> '

  DocString = '<HEAD><title>impalaSSbrakes.com - View of ' + picnam1 + '</title><link rel="stylesheet" href="../scripts/custom.css" type="text/css" /></head><BODY BGCOLOR="#ffffff">' + "<center><div class=logo><img src=../images/logo-bbb.jpg alt=impalaSSbrakes.com></div><div class=header><p><a href=javascript:history.back()>Return to the Previous Page</a></p></div><p><a href=javascript:history.back()>" + DocString + "</a></p>" + "\n"

  document.write(DocString)

  if (WriteName == "yes")
Name=("<div class=footer><p><a href=javascript:history.back()>Return to the Previous Page</a></p></div>");
Name=(Name + "<BR></center></body></html>")
  document.write(Name)
  document.close()

}


//-->
