<!--

// if (navigator.appName == "Microsoft Internet Explorer"){
//  document.write('<link href="style_div_ie.css" rel="stylesheet" type="text/css">');
//}

var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var MM_PluginVersion = words[i]; 
	    }
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function showFlash(name,lang,w,h,color) {
   if ( MM_FlashCanPlay ) {
	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="'+name+'" WIDTH="'+w+'" HEIGHT="'+h+'">');
	document.write(' <PARAM NAME=movie VALUE="'+name+'.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE='+color+'> '); 
	document.write(' <PARAM NAME="FlashVars" VALUE="lang='+lang+'"> <PARAM NAME=alt VALUE="'+name+'"> '); 
	document.write(' <EMBED src="'+name+'.swf" quality=high bgcolor='+color+' FlashVars="lang='+lang+'" ');
	document.write(' swLiveConnect=FALSE WIDTH="'+w+'" HEIGHT="'+h+'" NAME="'+name+'" ALIGN="" ');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" ALT="'+name+'">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
   } else{
	document.write('<IMG SRC="images/roos.jpg" WIDTH="200" HEIGHT="150" ALT="roos" BORDER=0>');
   }
}

function NewWindow(mypage, myname, w, h, scrll, resize, tool) {
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;

	winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scrll+',resizable='+resize+',toolvar='+tool+'';
	win = window.open(mypage, myname, winprops);

	if (parseInt(navigator.appVersion) >= 4)
		{
			win.window.focus();
		}
}
//-->
