function newWindow2(targetURL){
 var WO;
 WO = window.open(targetURL,"map","toolbar=no, location=no, directories=no, scrollbars=no, width=640, height=620");
 WO.focus();
 return false;
}



