
function openPopUpMyWindow(pUrl, pWinName)
{
	//mywindow=window.open(pUrl, pWinName, "location=1,status=1,scrollbars=1,width=800,height=600");
	//mywindow.moveTo(0,0);
	window.open(pUrl,null,"height=650,width=900,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,scrollbars=yes");
}
