function popwin1(){
var WinD03=window.open("accessmap/accessmap.html","pop1","scrollbars=yes,menubar=no,toolbar=no,resizable=yes,width=460,height=600");
}
function popwin2(){
var WinD03=window.open("../accessmap/accessmap.html","pop2","scrollbars=yes,menubar=no,toolbar=no,resizable=yes,width=460,height=600");
}


