// JavaScript Document

<!--
function insert_meetingroom_vr()
{
  document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"  width="480" height="286" codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n');
  document.write('<param name="src" value="/media/vr/meetingroom.mov" />\n');
    document.write('<param name="controller" value="true" />\n');
	  document.write('<param name="autoplay" value="false" />\n');
	    document.write('<param name="cache" value="false" />\n');
		 document.write('<embed src="/media/vr/meetingroom.mov" width="480" height="286"controller="true" autoplay="false" cache="false" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"> \n');
	document.write('</embed>\n');	 
  document.write('</object>\n');
}






//-->




