
function PlayVideo(vfile,stkno){
video = open("","video","toolbar=no,scrollbars=yes,width=790,height=600");


video.document.writeln ("<html>")
video.document.writeln ("<head>")
video.document.writeln ("<title>Video For Stock Number " + stkno + "</TITLE>")
video.document.writeln ("</head>")
video.document.writeln ("<BODY BGCOLOR=#000000 TEXT=#fffafa LINK=#3399ff VLINK=#888888 BACKGROUND=actionbk.gif onload=self.focus()>")
video.document.writeln ("<CENTER>")
video.document.writeln ("<font size=3>Video For Stock Number " + stkno )
video.document.writeln ("<BR>Please wait, while it begins to load</font>")
video.document.writeln ("<BR>")
video.document.writeln ("<OBJECT ID=RVOCX CLASSID=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA width=320 height=240>")
video.document.writeln ("<PARAM NAME=CONTROLS VALUE=ImageWindow>")
video.document.writeln ("<PARAM NAME=MAINTAINASPECT VALUE=true>")
video.document.writeln ("<PARAM NAME=CENTER VALUE=true>")
video.document.writeln ("<PARAM NAME=CONSOLE VALUE=_master>")
video.document.writeln ("</object>")
video.document.writeln ("<BR>")
video.document.writeln ("<OBJECT ID=RVOCX CLASSID=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA width=320 height=100>")
video.document.writeln ("<PARAM NAME=SRC VALUE=./videos/" + vfile + ">")
video.document.writeln ("<PARAM NAME=CONTROLS VALUE=All>")
video.document.writeln ("<PARAM NAME=CONSOLE VALUE=video1>")
video.document.writeln ("<PARAM NAME=AUTOSTART VALUE=true>")
video.document.writeln ("</object>")
video.document.writeln ("<FORM METHOD=POST>")
video.document.writeln ("<INPUT TYPE=BUTTON VALUE=\"Close this window\" onclick=\"window.close()\"><BR>")
video.document.writeln ("</FORM>")
video.document.writeln ("<BR><A HREF=\"mailto:sales@actionmachinery.com?subject=Request information on " + stkno + "&cc=vpcnc@ptdprolog.net\"><FONT SIZE=+1>Request information on <FONT COLOR=YELLOW>" + stkno + "</FONT> via E-mail</FONT></A><BR><BR>")
video.document.writeln ("Action Machinery Co., Inc.<BR>")
video.document.writeln ("2320 Highland Avenue<BR>")
video.document.writeln ("Bethlehem, Pa. 18020<BR>")
video.document.writeln ("(610) 691-6677 Phone<BR>")
video.document.writeln ("(610) 694-0944 Fax<BR><BR><BR><BR>")
video.document.writeln ("</CENTER>")
video.document.writeln ("</BODY></HTML>")
video.document.close()


}

function NoVideo(vfile){
alert("The On-Line Video for Stock # "+vfile+" is not yet available. \rPlease call us at (610) 691-6677 \rIf you would Like a Custom Video of this Machine. Thank you.");
}


