function FlashWriteWhite(url,width,height)
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" ');
	document.write('  width="' + width + '" height="' + height + '">');
	document.write(' <param name="movie" value="' + url + '"> <param name="quality" value="high"> <param name="wmode" value="transparent"> <param name="scale" value="noscale"> <param name="bgcolor" value="#ffffff">  '); 
	document.write(' <embed src="' + url + '" quality="high" wmode="transparent" scale="noscale" bgcolor="#ffffff"  ');
	document.write(' swliveconnect=false width="' + width + '" height="' + height + '"');
	document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash">');
	document.write(' </embed></object>');
}

<!--
document.body.style.scrollbarBaseColor='#e2e2e2'
document.body.style.scrollbarArrowColor='#666666'
document.body.style.scrollbarDarkShadowColor='#666666'
document.body.style.scrollbarFaceColor='#e2e2e2'
document.body.style.scrollbarHighlightColor='#666666'
document.body.style.scrollbarShadowColor='#666666'
document.body.style.scrollbar3dlightColor='#666666'
-->
