// JavaScript Document

function InsertTourMovie1()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="350" width="490">\n');
document.write('<param name="src" value="tour/sutho1.mov">\n');
document.write('<param name="autoplay" value="true">\n');
document.write('<param name="type" value="video/quicktime" height="350" width="490" BGCOLOR="#000000" BORDER="1">\n');
document.write('<embed src="tour/sutho2.mov" height="350" width="490" BGCOLOR="#000000" BORDER="1" scale="tofit" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/">\n');
document.write('</object>\n');
}

function InsertTourMovie2()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="350" width="490">\n');
document.write('<param name="src" value="tour/bourmac1.mov">\n');
document.write('<param name="autoplay" value="true">\n');
document.write('<param name="type" value="video/quicktime" height="350" width="490" BGCOLOR="#000000" BORDER="1">\n');
document.write('<embed src="tour/bourmac1.mov" height="350" width="490" BGCOLOR="#000000" BORDER="1" scale="tofit" autoplay="true" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/">\n');
document.write('</object>\n');
}



