// JavaScript Document
<!--

var NewFlashWin = false;
function OpenWin(){
var posx=(screen.width/2)-388;
var posy=(screen.height/2)-208;
var width=(screen.document.width)+20;
	NewFlashWin=window.open(URL,'New','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,dependent=no,width='+width+',height='+height+',screenX='+posx+',screenY='+posy+',top='+posy+',left='+posx+',leftmargin=0,topmargin=0');
}

function PopupPic(sPicURL) { 
	window.open("popup.htm?"+sPicURL, "New", "resizable=1,HEIGHT=200,WIDTH=200");
}
// -->
