function WriteTouchpad()
{
	if (!window.showModalDialog) {
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="573" height="425" viewastext>\n');
		document.write('<param name="movie" value="../media/flash/Library.swf">\n');
		document.write('<param name="quality" value="high">\n');
		document.write('<embed wmode="transparent" src="../media/flash/Library.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="573" height="425"></embed>\n');
		document.write('</object>\n');
	}	
}

function WriteTouchpadIE()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="573" height="425" viewastext>\n');
	document.write('<param name="movie" value="../media/flash/Library.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed wmode="transparent" src="../media/flash/Library.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="573" height="425"></embed>\n');
	document.write('</object>\n');
}

function InsertTrailer()
{
	document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" ID="buildermovie" WIDTH="760" HEIGHT="450" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab" >\n');
	document.write('<PARAM name="SRC" VALUE="logo_760.mov">\n');
	document.write('<PARAM name="AUTOPLAY" VALUE="true">\n');
	document.write('<PARAM name="KIOSKMODE" VALUE="false">\n');
	document.write('<PARAM name="volume" VALUE="60">\n');
	document.write('<PARAM name="LOOP" VALUE="false">\n');
	document.write('<PARAM name="CACHE" VALUE="true">\n');
	document.write('<PARAM name="CONTROLLER" VALUE="false">\n');
	document.write('<EMBED SRC="logo_760.mov" BGCOLOR="#cccccc" NAME="buildermovie" WIDTH="760" HEIGHT="450" EnableJavaSript="true" CONTROLLER="false" SCALE="toFit" PLUGINSPAGE="http://www.apple.com/quicktime/download/" ></EMBED>\n');
	document.write('</OBJECT>\n');	

}

