// JavaScript Document
function InsertSampleMovie()
{
	document.write("<object classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' WIDTH='320' HEIGHT='250' TYPE='video/quicktime'>\n");
	document.write("<param name='src' value='picture_library/vr_winkel.mov' />\n");
	document.write("<param name='controller' value='true' />\n");
	document.write("<embed src='picture_library/vr_winkel.mov' width='320' height='250' autoplay='false' controller='true' loop='false' pluginspage='http://www.apple.com/quicktime/download/'> </embed>");
	document.write("</object>\n");
}

function InsertSaunaMovie()
{
	document.write("<object classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' WIDTH='320' HEIGHT='250' TYPE='video/quicktime'>\n");
	document.write("<param name='src' value='picture_library/vr_sauna.mov' />\n");
	document.write("<param name='controller' value='true' />\n");
	document.write("<embed src='picture_library/vr_sauna.mov' width='320' height='250' autoplay='false' controller='true' loop='false' pluginspage='http://www.apple.com/quicktime/download/'> </embed>");
	document.write("</object>\n");
}

function InsertMassageMovie()
{
	document.write("<object classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' WIDTH='320' HEIGHT='250' TYPE='video/quicktime'>\n");
	document.write("<param name='src' value='picture_library/vr_massage.mov' />\n");
	document.write("<param name='controller' value='true' />\n");
	document.write("<embed src='picture_library/vr_massage.mov' width='320' height='250' autoplay='false' controller='true' loop='false' pluginspage='http://www.apple.com/quicktime/download/'> </embed>");
	document.write("</object>\n");
}

function InsertBovenMovie()
{
	document.write("<object classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' WIDTH='320' HEIGHT='250' TYPE='video/quicktime'>\n");
	document.write("<param name='src' value='picture_library/vr_boven.mov' />\n");
	document.write("<param name='controller' value='true' />\n");
	document.write("<embed src='picture_library/vr_boven.mov' width='320' height='250' autoplay='false' controller='true' loop='false' pluginspage='http://www.apple.com/quicktime/download/'> </embed>");
	document.write("</object>\n");
}
