function writemaps() {
document.write('<MAP NAME="sidenav_Map"><AREA SHAPE="rect" ALT="Chapter Events" COORDS="0,13,161,42" HREF="events.html">');
document.write('<AREA SHAPE="rect" ALT="Become a Member" COORDS="0,53,161,102"  HREF="member.html">');
document.write('<AREA SHAPE="rect" ALT="Member Directory" COORDS="0,113,161,162" HREF="http://www.123signup.com/directory?org=natcapwfs"  target="_blank">');
document.write('<AREA SHAPE="rect" ALT="Future Takes" COORDS="0,173,161,222" HREF="futuretakes.html">');
document.write('<AREA SHAPE="rect" ALT="Future Forums" COORDS="0,233,161,262" HREF="forums.html">');
document.write('<AREA SHAPE="rect" ALT="Contact" COORDS="0,273,161,302" HREF="contact.html">');
document.write('<AREA SHAPE="rect" ALT="Links" COORDS="0,313,161,342" HREF="links.html">');
document.write('<AREA SHAPE="rect" ALT="Past Programs" COORDS="0,353,161,372" HREF="pastprograms.html">');
document.write('<AREA SHAPE="rect" ALT="Seoul Digital Forum" COORDS="0,433,161,532" HREF="fliers/Seoul_Digital_Forum.html"></MAP>');

//document.write('<MAP NAME="footer_Map"><AREA SHAPE="rect" ALT="E-mail" onclick="this.blur();" COORDS="332,0,539,42" HREF="mailto:egarland@agosdynamics.com"></MAP>');
}


NS4 = document.layers;
if (NS4) {
       origWidth = innerWidth;
       origHeight = innerHeight;
          }

function reDo() {
if (innerWidth != origWidth || innerHeight != origHeight)
location.reload();
                }

if (NS4) onresize = reDo;
var win = null;
function newWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable=no'
win = window.open(mypage,myname,settings)
}
