﻿
/* Clobex video on page: templates/pages/featured/clo_nozzle_demo.php */
function insert_clobex_video()
{
	document.write('<object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" width="480" height="375" codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n');
	document.write('<param name="src" value="../swf/clobex-H264_medium.mov" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<param name="autoplay" value="true" />\n');
	document.write('<param name="controller" value="true" />\n');
	document.write('<param name="type" value="video/quicktime" />\n');
	document.write('<param name="target" value="myself" />\n');
	document.write('<embed src="../swf/clobex-H264_medium.mov" target="myself" wmode="transparent" controller="true" width="480" height="375" loop="false" autoplay="true" plugin="quicktimeplugin" type="video/quicktime" cache="false" pluginspage="http://www.apple.com/quicktime/download/">\n');
	document.write('</embed>\n');
	document.write('</object>\n');
}



/* Tanghetti preview video on page: templates/pages/clinical/index.php */
function insert_tanghetti_preview()
{
	document.write('<object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="99" height="79" >\n');
	document.write('<param name="src" value="../presentations/tanghetti/videos/Final_Tanghetti_Video-H264_medium.mov" />\n');
	document.write('<param name="autoplay" value="false" />\n');
	document.write('<param name="controller" value = "true" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	
	document.write('<embed src="../presentations/tanghetti/videos/Final_Tanghetti_Video-H264_medium.mov" type="image/x-macpaint" pluginspage="http://www.apple.com/quicktime/download" width="99" height="79" autoplay="false" controller="true" wmode="transparent"></embed>\n');
	document.write('</object>\n');
}


/* Bagel preview video on page: templates/pages/clinical/index.php */
function insert_bagel_preview()
{
	document.write('<object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="99" height="79" >\n');
	document.write('<param name="src" value="../presentations/bagel/videos/LONG_SCRIPT_Thumbnail-H264_medium.mov" />\n');
	document.write('<param name="autoplay" value="false" />\n');
	document.write('<param name="controller" value = "true" />\n');
	document.write('<param name="wmode" value="transparent" />\n');

	document.write('<embed src="../presentations/bagel/videos/LONG_SCRIPT_Thumbnail-H264_medium.mov" type="image/x-macpaint" pluginspage="http://www.apple.com/quicktime/download" width="99" height="79" autoplay="false" controller="true" wmode="transparent"></embed>\n');
	document.write('</object>\n');
}


/* Torok, preview video on page: templates/pages/clinical/index.php */
function insert_torok_preview()
{
	document.write('<object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="99" height="79" >\n');
	document.write('<param name="src" value="../presentations/torok/videos/torokSmall_rev.mov" />\n');
	document.write('<param name="autoplay" value="false" />\n');
	document.write('<param name="controller" value = "true" />\n');
	document.write('<param name="wmode" value="transparent" />\n');

	document.write('<embed src="../presentations/torok/videos/torokSmall_rev.mov" type="image/x-macpaint" pluginspage="http://www.apple.com/quicktime/download" width="99" height="79" autoplay="false" controller="true" wmode="transparent"></embed>\n');
	document.write('</object>\n');
}


/* Kircik, preview video on page: templates/pages/clinical/index.php */
function insert_kircik_preview()
{
	document.write('<object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="99" height="79" >\n');
	document.write('<param name="src" value="../presentations/kircik/videos/kircikSmall_rev.mov" />\n');
	document.write('<param name="autoplay" value="false" />\n');
	document.write('<param name="controller" value = "true" />\n');
	document.write('<param name="wmode" value="transparent" />\n');

	document.write('<embed src="../presentations/kircik/videos/kircikSmall_rev.mov" type="image/x-macpaint" pluginspage="http://www.apple.com/quicktime/download" width="99" height="79" autoplay="false" controller="true" wmode="transparent"></embed>\n');
	document.write('</object>\n');
}


/* Bolden, preview video on page: templates/pages/clinical/index.php */
function insert_bolden_preview()
{
	document.write('<object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="99" height="79" >\n');
	document.write('<param name="src" value="../presentations/bolden/videos/boldenSmall_rev.mov" />\n');
	document.write('<param name="autoplay" value="false" />\n');
	document.write('<param name="controller" value = "true" />\n');
	document.write('<param name="wmode" value="transparent" />\n');

	document.write('<embed src="../presentations/bolden/videos/boldenSmall_rev.mov" type="image/x-macpaint" pluginspage="http://www.apple.com/quicktime/download" width="99" height="79" autoplay="false" controller="true" wmode="transparent"></embed>\n');
	document.write('</object>\n');
}





