function openmapl(){

var open="map.php";

window.open(open,'map','scrollbars=0,width=575,height=585,screenX=0,screenY=0,top=0,left=0');

}