// JavaScript Document
function displayHomeFlash()

{
	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="190" height="240">\n');
	document.write('<param name="movie" value="movie/home.swf">\n'); 
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="movie/home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="190" height="240"></embed>\n');
	document.write('</object>\n');
}
function displayCatFlash()
{
	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="135" height="170" hspace="15" align="right">\n');
	document.write('<param name="movie" value="movie/home.swf">\n'); 
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="movie/home.swf" width="135" height="170" hspace="15" align="right" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>\n');
	document.write('</object>\n');
}
function displayfluidControlFlash()
{
	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="190" height="240" hspace="30" vspace="10" align="right">\n');
	document.write('<param name="movie" value="movie/fluid_control.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="movie/fluid_control.swf" width="190" height="240" hspace="30" vspace="10" align="right" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>\n');
	document.write('</object>\n');
}

function displayMaterialControlFlash()
{
	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="190" height="240" hspace="30" vspace="10" align="right">\n');
	document.write('<param name="movie" value="movie/material_control.swf">\n'); 
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="movie/material_control.swf" width="190" height="240" hspace="30" vspace="10" align="right" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>\n');
	document.write('</object>\n');	
}
