// JavaScript Document

if (navigator.appVersion.indexOf("Win")!=-1) {
document.write("<OBJECT CLASSID=clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95F HEIGHT=262 WIDTH=320 NAME=Msshow1 ID=Msshow1>" +
"<PARAM NAME=FileName VALUE=../movies/Journey-The-KP-Hole.wmv>" +
"<PARAM NAME=autoStart VALUE=false>" +
"<PARAM NAME=showControls VALUE=true>" +
"<embed src=../movies/Journey-The-KP-Hole.wmv width=320 height=262 controller=true autostart=false loop=false>" + 
"</EMBED>" +
"</OBJECT>") 
}else{
document.write("<OBJECT CLASSID=clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B CODEBASE=http://www.apple.com/qtactivex/qtplugin.cab WIDTH=320 HEIGHT=262 align=middle>" +
"<PARAM name=SRC VALUE=../movies/Journey-The-KP-Hole.mov>" +
"<PARAM name=AUTOPLAY VALUE=false>" +
"<PARAM name=CONTROLLER VALUE=true>" +
"<EMBED SRC=../movies/Journey-The-KP-Hole.mov width=320 height=262  align=middle AUTOPLAY=false CONTROLLER=true PLUGINSPAGE=http://www.apple.com/quicktime/download/>" + "</EMBED>" +
"</OBJECT>");
}

