// JavaScript Document

function load(url1)
{
         var posX = screen.width / 2 - 352;
         var posY = screen.height/ 2 - 367;
			window.open(url1,"Map", 'status=no,menubar=no,scrollbars=no,resizable=no,width=352,height=367,left='+posX+',screenX='+posX+',top='+posY+',screenY='+posY);
}