 function editpass(url) 
{
parent.mapwindow=window.open(url,"EditPass","width=500,height=450,left=200,top=200",resizable="yes");
parent.mapwindow.focus();	
}

