
function Showproduct(plink){
product = open("","product","toolbar=yes,resizable=yes,scrollbars=yes,width=400");


product.document.writeln ("<html>")
product.document.writeln ("<head>")
product.document.writeln ("<title>Action Machinery Product Lines Listing</TITLE>")
product.document.writeln ("</head>")
product.document.writeln ("<BODY BGCOLOR=#000000 TEXT=#fffafa LINK=#3399ff VLINK=#888888 BACKGROUND=actionbk.gif onload=self.focus()>")
product.document.writeln ("<CENTER>")
product.document.writeln ("Action Machinery Co., Inc.<BR>")
product.document.writeln ("2320 Highland Avenue<BR>")
product.document.writeln ("Bethlehem, PA 18020<BR>")
product.document.writeln ("(610) 691-6677 Phone<BR>")
product.document.writeln ("(610) 694-0944 Fax<BR><BR>")
product.document.writeln ("<font size=3>Product Link to " + plink )
product.document.writeln ("<BR>Please wait, while it begins to load</font>")
product.document.writeln ("<BR>")
product.document.writeln ("<table width=100% border=1>")
product.document.writeln ("<TR>")
product.document.writeln ("<TD align=center>")
product.document.writeln ("<iframe src=\""+plink+"\" width=100% height=800></iframe>")
product.document.writeln ("</TD>")
product.document.writeln ("</TR>")
product.document.writeln ("</TABLE>")
product.document.writeln ("<BR>")
product.document.writeln ("<FORM METHOD=POST>")
product.document.writeln ("<INPUT TYPE=BUTTON VALUE=\"Close this window\" onclick=\"window.close()\"><BR>")
product.document.writeln ("</FORM>")
product.document.writeln ("<BR><A HREF=\"mailto:sales@actionmachinery.com?subject=Request information on " + plink + "&cc=vpcnc@ptdprolog.net\"><FONT SIZE=+1>Request information on <FONT COLOR=YELLOW>" + plink + "</FONT> via E-mail</FONT></A><BR><BR>")
product.document.writeln ("Action Machinery Co., Inc.<BR>")
product.document.writeln ("2320 Highland Avenue<BR>")
product.document.writeln ("Bethlehem, Pa. 18020<BR>")
product.document.writeln ("(610) 691-6677 Phone<BR>")
product.document.writeln ("(610) 694-0944 Fax<BR><BR><BR><BR>")
product.document.writeln ("</CENTER>")
product.document.writeln ("</BODY></HTML>")
product.document.close()


}



