

function openMap() {
var map;
wc = screen.availWidth / 2;
map=window.open("","map","toolbar=0,location=0,scrollbars=0,width=530,height=450,resizable=1");
map.focus();
map.moveTo(wc-275,0);
}



