<!--BrowserName = navigator.appName;BrowserVersion = parseInt(navigator.appVersion);if (BrowserName == "Netscape"){self.moveTo(0,0)self.resizeTo((screen.availWidth-8),(screen.availHeight-45))}else {self.moveTo(0,0)self.resizeTo((screen.availWidth),(screen.availHeight))}function popwin(winURL,winName,winWidth,winHeight,winLeft,winTop ){	var flash_XY = getFlash_XY();	window.open(winURL+'&width='+winWidth+'&height='+winHeight,winName,	"height=" + winHeight     + 	",width=" + winWidth      + 	",left="  + ( flash_XY[ 0 ] + winLeft ) +	",top="   + ( flash_XY[ 1 ] + winTop  ) +	",menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0")}function getFlash_XY(){	var window_WH = getWindow_WH(), window_XY = getWindow_XY();	var flash_X = document.getElementById("SWF").width, flash_Y = document.getElementById("SWF").height;	flash_X = ( window_WH[ 0 ] - flash_X ) / 2 + window_XY[ 0 ];	flash_Y = ( window_WH[ 1 ] - flash_Y ) / 2 + window_XY[ 1 ];	return [ flash_X,  flash_Y ];}function getWindow_WH() {	var myWidth = 0, myHeight = 0;	if( typeof( window.innerWidth ) == 'number' ) {		//Non-IE		myWidth = window.innerWidth;		myHeight = window.innerHeight;	} else {		if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {			//IE 6+ in 'standards compliant mode'			myWidth = document.documentElement.clientWidth;			myHeight = document.documentElement.clientHeight;		} else {			if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {				//IE 4 compatible				myWidth = document.body.clientWidth;				myHeight = document.body.clientHeight;			}		}	}	return [ myWidth, myHeight ];}function getWindow_XY() {	var myX = 1, myY = 117;	if( typeof( window.screenX ) == 'number' ) {		myX = myX+window.screenX;		myY = myY+window.screenY;	} else {		if( typeof( window.screenLeft ) == 'number' ) {			myX = window.screenLeft;			myY = window.screenTop;		}	}	return [ myX, myY ];}//-->