function subwinopen(openurl){
window.open(openurl,'glmap','width=660,height=660,left=100,top=60,directories=no,location=yes,menu=no,scrollbars=yes,states=no,toolbar=no,resizable=yes');
}

/* ACC */

function accWrite(siteUrl){
document.write("<img src=\""+siteUrl+"cgi-bin/acc/acclog.cgi?");
document.write("referrer="+document.referrer+"&");
document.write("width="+screen.width+"&");
document.write("height="+screen.height+"&");
document.write("color="+screen.colordepth+"\" >");
}

