function OpenAccessMap(url,w,h){
    win=window.open(url,"new","width="+w+",height="+h+",scrollbars=yes");
}