// this script is needed for IE5/6 compatibliity - refer to http://www.adobe.com/devnet/activecontent/articles/devletter.html
// added by Paul Lindsay - January 3, 2007

function WriteNav()
{
	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="494" height="51">\n');
	document.write('<param name="movie" value="workspaceNav.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="workspaceNav.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="494" height="51"></embed></object>\n');
}

function WriteHeader()
{
	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="750" height="244">\n');
	document.write('<param name="movie" value="homeHeader.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="homeHeader.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="244"></embed></object>\n');
}

function WriteQuicklinks()
{
	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="750" height="87">\n');
	document.write('<param name="movie" value="workspaceQuicklinks.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="workspaceQuicklinks.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="87"></embed></object>\n');
}

function WriteProductCat()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="744" height="520">\n');
	document.write('<param name="movie" value="productcatalogue.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="productcatalogue.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="744" height="520"></embed></object>\n');
}

function WriteShowroom()
{
	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="990" height="620">\n');
	document.write('<param name="movie" value="virtualshowroom.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="virtualshowroom.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="990" height="620"></embed></object>\n');
}


