function goflash()
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="100%" height="100%">\n');
document.write('<param name="allowScriptAccess" value="sameDomain">\n');
document.write('<param name="movie" value="index.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="menu" value="false">\n');
document.write('<param name="bgcolor" value="#000000">\n');
document.write('<embed src="index.swf" id="flashsrc" allowScriptAccess="sameDomain" quality="high" menu="false" bgcolor="#000000" width="100%" height="100%" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">\n');
document.write('</object>\n');
}
function trimmer(div)
{
var blok = document.getElementById(div);
if(self.screen.height > 800)
{
blok.style.height = 100+"%";
}
else{
blok.style.height = 800+"px";
}
}