var global_id=0;
var nn4=(document.layers) ? true : false;
function popUp(url,wwidth,wheight){
var posX=Math.round((screen.width-wwidth)/2);
var posY=Math.round((screen.height-wheight)/2);
var posCode = (nn4) ? "screenX="+posX+",screenY="+posY : "left="+posX+",top="+posY;
var newwin = window.open(url, 'win',"toolbar=no,directories=no,menubar=no,scrollbars=no,status=yes,width=" + wwidth + ",height=" + wheight + ",resizable=no,"+posCode);
//newwin.location = url;
newwin.focus();
return;
}
function popUp_map(url){
var wwidth=750;
var wheight=750;
var posX=250;
var posY=0;
var posCode = (nn4) ? "screenX="+posX+",screenY="+posY : "left="+posX+",top="+posY;
var newwin = window.open(url, 'win',"toolbar=no,directories=no,menubar=no,scrollbars=no,status=yes,width=" + wwidth + ",height=" + wheight + ",resizable=no,"+posCode);
//newwin.location = url;
newwin.focus();
return;
}
function popUp_img(url){
var wwidth=720;
var wheight=520;
var posX=250;
var posY=0;
var posCode = (nn4) ? "screenX="+posX+",screenY="+posY : "left="+posX+",top="+posY;
var newwin = window.open(url, 'win',"toolbar=no,directories=no,menubar=no,scrollbars=no,status=yes,width=" + wwidth + ",height=" + wheight + ",resizable=no,"+posCode);
//newwin.location = url;
newwin.focus();
return;
}
