// JavaScript Document
<!--

var NewFlashWin = false;
function OpenWin(){
var posx=(screen.width/2)-388;
var posy=(screen.height/2)-208;
	NewFlashWin=window.open(URL,'New','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,dependent=no,width='+width+',height='+height+',screenX='+posx+',screenY='+posy+',top='+posy+',left='+posx+'');
}
// -->
