// JavaScript Document
function InsertBar()
{
document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="470" HEIGHT="353" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"> \n');
document.write('<PARAM name="SRC" VALUE="bar.mov"> \n <PARAM name="AUTOPLAY" VALUE="false"> \n <PARAM name="CONTROLLER" VALUE="true"> \n <param name="PAN" value="100">\n');
document.write('<EMBED SRC="bar.mov" WIDTH="470" HEIGHT="353" AUTOPLAY="false" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/" PAN="100"> </EMBED>\n');
document.write('</object>\n');
}

function InsertPrivateroom()
{
document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="470" HEIGHT="353" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"> \n');
document.write('<PARAM name="SRC" VALUE="privateroom.mov"> \n <PARAM name="AUTOPLAY" VALUE="false"> \n <PARAM name="CONTROLLER" VALUE="true"> \n <param name="PAN" value="100">\n');
document.write('<EMBED SRC="privateroom.mov" WIDTH="470" HEIGHT="353" AUTOPLAY="false" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/" PAN="100"> </EMBED>\n');
document.write('</object>\n');
}

function InsertPrivateroom2()
{
document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="470" HEIGHT="353" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"> \n');
document.write('<PARAM name="SRC" VALUE="privateroom2.mov"> \n <PARAM name="AUTOPLAY" VALUE="false"> \n <PARAM name="CONTROLLER" VALUE="true"> \n <param name="PAN" value="100">\n');
document.write('<EMBED SRC="privateroom2.mov" WIDTH="470" HEIGHT="353" AUTOPLAY="false" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/" PAN="100"> </EMBED>\n');
document.write('</object>\n');
}

function InsertDiningroom()
{
document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="470" HEIGHT="353" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"> \n');
document.write('<PARAM name="SRC" VALUE="diningroom.mov"> \n <PARAM name="AUTOPLAY" VALUE="false"> \n <PARAM name="CONTROLLER" VALUE="true"> \n <param name="PAN" value="100">\n');
document.write('<EMBED SRC="diningroom.mov" WIDTH="470" HEIGHT="353" AUTOPLAY="false" CONTROLLER="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/" PAN="100"> </EMBED>\n');
document.write('</object>\n');
}
