// JavaScript Document

if ((window.navigator.userAgent).indexOf("Mac_PowerPC") >=0){
document.write ("<OBJECT CLASSID='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' CODEBASE='http://www.apple.com/qtactivex/qtplugin.cab' WIDTH='320' HEIGHT='256'>");
document.write ("<PARAM name='SRC' VALUE='http://www2.realrailway.com/movie/mpeg4/tec700.mp4'>");
document.write ("<PARAM NAME='autoplay' VALUE='true'>");
document.write ("<EMBED SRC='QTMimeType.pntg' TYPE='image/x-macpaint' PLUGINSPAGE='http://www.apple.com/quicktime/download' QTSRC='tec700.mp4' WIDTH='320' HEIGHT='256' AUTOPLAY='true'>");
document.write ("</EMBED></OBJECT>");
} else {
document.write ("<OBJECT CLASSID='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' WIDTH='320' HEIGHT='256' CODEBASE='http://www.apple.com/qtactivex/qtplugin.cab'>");
document.write ("<PARAM name='SRC' VALUE='http://www2.realrailway.com/movie/mpeg4/tec700.mp4'>");
document.write ("<PARAM name='AUTOPLAY' VALUE='true'>");
document.write ("<PARAM name='CONTROLLER' VALUE='true'>");
document.write ("<EMBED SRC='http://www2.realrailway.com/movie/mpeg4/tec700.mp4' WIDTH='320' HEIGHT='256' autoplay='true' controller='true' pluginspage='http://www.apple.com/quicktime/download/'>");
document.write ("</EMBED></OBJECT>");
}