<!--
function writeFlash(){
	var so = new SWFObject("./swf/flash.swf", "externalInterface", "100%", "382", "8", "#FFFFFF");
	so.addParam("scale", "noscale");
	so.addParam("quality", "high");
	so.addParam("menu", "false");
	
	var myver = so.installedVer;
	myver = myver.major;
	if( myver != 8 && navigator.userAgent.indexOf("MSIE")==-1 ){
		so.addParam("wmode", "opaque");
	}

	so.write("TopFlash");
}


var IE='\v'=='v';
var FlashWidth=960;


var WrapID="TopFlash"

function getBrowserWidth ( ) {  
 if ( window.innerWidth ) { return window.innerWidth; }  
 else  if ( document.documentElement && document.documentElement.clientWidth != 0 ) { return document.documentElement.clientWidth; }  
 else if ( document.body ) { return document.body.clientWidth; }  
 return 0;  
}
function getBrowserHeight ( ) {  
 if ( window.innerHeight ) { return window.innerHeight; }  
 else if ( document.documentElement && document.documentElement.clientHeight != 0 ) { return document.documentElement.clientHeight; }  
 else if ( document.body ) { return document.body.clientHeight; }  
 return 0;  
}
function setFlaArea(){
 var WrapFlashElement = document.getElementById(WrapID);
 if(getBrowserWidth()>FlashWidth){ WrapFlashElement.style.width = "100%"; }
 else{ WrapFlashElement.style.width = FlashWidth + "px"; }
}
window.onresize = setFlaArea;

-->




