function openWinEP(href) {      
	var aWindow=window.open(href,"plain","status,width=625,height=400,left=300,top=200","screenX=300","screenY=200");
	aWindow.top.focus();  
}