
function ShowPhoto(pfile,stkno){
photo = open("","photo","toolbar=no,scrollbars=yes,width=790,height=600");


photo.document.writeln ("<html>")
photo.document.writeln ("<head>")
photo.document.writeln ("<title>Photo For Stock Number " + stkno + "</TITLE>")
photo.document.writeln ("</head>")
photo.document.writeln ("<BODY BGCOLOR=#000000 TEXT=#fffafa LINK=#3399ff VLINK=#888888 BACKGROUND=actionbk.gif onload=self.focus()>")
photo.document.writeln ("<CENTER>")
photo.document.writeln ("<font size=3>Photo For Stock Number " + stkno )
photo.document.writeln ("<BR>Please wait, while the Photo loads</font>")
photo.document.writeln ("<BR>")
photo.document.writeln ("<IMG SRC=\"./photos/" + pfile + "\">")
photo.document.writeln ("<BR>")
photo.document.writeln ("<FORM METHOD=POST>")
photo.document.writeln ("<INPUT TYPE=BUTTON VALUE=\"Close this window\" onclick=\"window.close()\"><BR>")
photo.document.writeln ("</FORM>")
photo.document.writeln ("<BR>")
photo.document.writeln ("<A HREF=\"mailto:sales@actionmachinery.com?subject=Request information on " + stkno + "&cc=vpcnc@ptdprolog.net&body=please%20Send%20More%20Information%20on%20the%20following%20Stock%20number&#011;"+ stkno +"&#011;Thank%20You%0b%0bfill%20in%20Your%20information%20below%0b%0bName%20%20%0bCompany%20%20%0bAddress1%20%20%0bAddress2%20%20%0bCity%20%20%0bState%20%20%0bZip%20%20%0bPhone%20Number%20%20%0bE-mail%20%20%0b\"><FONT SIZE=+1>Request information on <FONT COLOR=YELLOW>" + stkno + "</FONT> via E-mail</FONT></A><BR><BR>")

photo.document.writeln ("<A HREF=\"mailto:%20%20?subject=Equipment%20from%20Action%20Machinery%20For%20Your%20Review&cc=vpcnc@ptdprolog.net&body=please%20Review%20The%20Photo%20at%20the%20following%20Web%20site%0b%0bThank%20You%0b%0bhttp://www.actionmachinery.com/photos/" + pfile + "%0b%0bmain web sites%0bhttp://www.gotcnc.com%20%20%0bhttp://www.actionmachinery.com%20%20\"><FONT SIZE=+1>Send a link to this Photo to someone via E-mail</FONT></A><BR><BR>")

photo.document.writeln ("<BR>")
photo.document.writeln ("Action Machinery Co., Inc.<BR>")
photo.document.writeln ("2320 Highland Avenue<BR>")
photo.document.writeln ("Bethlehem, Pa. 18020<BR>")
photo.document.writeln ("(610) 691-6677 Phone<BR>")
photo.document.writeln ("(610) 694-0944 Fax<BR><BR><BR><BR>")
photo.document.writeln ("</CENTER>")
photo.document.writeln ("</BODY></HTML>")
photo.document.close()


}


