function insertflash(){
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,0,0" ');
document.write(' ID="valikko" WIDTH="750" HEIGHT="155" ALIGN="">');
document.write(' <PARAM NAME=movie VALUE="http://www.rastie4.fi/data/valikko.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#ffffff>'); 
document.write(' <EMBED src="http://www.rastie4.fi/data/valikko.swf" quality=high bgcolor=#ffffff');
document.write(' swLiveConnect=FALSE WIDTH="750" HEIGHT="155" NAME="intro" ALIGN=""');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write(' </EMBED>');
document.write(' </OBJECT>');
}

//Koska Mac-IE tulkitsee css sijainnit väärin, muutetaan tausta kokonaan valkoiseksi
if(navigator.appVersion.indexOf("Mac") != -1){
document.write('<style type="text/css"><!--');
document.write('#frame { background-image: none; }');
document.write('#contentright {color: #888}');
document.write('#contentright a{color: #c60}');
document.write('--></style>');
}