

function openmap() {
msg=window.open("map.aspx","msg","height=325,width=350,left=80,top=80");
msg.focus();
}
