var w = window;            function openWin1(url) {         if ((w == window) || w.closed) {            w = open(url,"access","width=540,height=660,toolbar=yes,scrollbars=yes,resizable=yes");         } else {            w.focus();            w = open(url,"access","width=540,height=660,toolbar=yes,scrollbars=yes,resizable=yes");         }         return(false);            }      function openWin2(url) {         if ((w == window) || w.closed) {            w = open(url,"melma","width=550,height=550,toolbar=yes,scrollbars=yes,resizable=yes");         } else {            w.focus();            w = open(url,"melma","width=550,height=550,toolbar=yes,scrollbars=yes,resizable=yes");         }         return(false);         }         function openWin3(url) {         if ((w == window) || w.closed) {            w = open(url,"backnumber","width=550,height=550,toolbar=yes,scrollbars=yes,resizable=yes");         } else {            w.focus();            w = open(url,"backnumber","width=550,height=550,toolbar=yes,scrollbars=yes,resizable=yes");         }         return(false);            }            function openWin4(url) {         if ((w == window) || w.closed) {            w = open(url,"talk","width=580,height=650,scrollbars=yes,resizable=yes,toolbar=yes");} else {            w.focus();            w = open(url,"talk","width=580,height=650,scrollbars=yes,resizable=yes,toolbar=yes");         }         return(false);            }            function openWin5(url) {         if ((w == window) || w.closed) {            w = open(url,"newspaper","width=620,height=600,scrollbars=yes,resizable=yes,toolbar=yes");} else {            w.focus();            w = open(url,"newspaper","width=620,height=600,scrollbars=yes,resizable=yes,toolbar=yes");         }         return(false);            }            function openWin6(url) {         if ((w == window) || w.closed) {            w = open(url,"shinkamap","width=650,height=680,scrollbars=yes,resizable=yes,toolbar=yes");} else {            w.focus();            w = open(url,"shinkamap","width=650,height=680,scrollbars=yes,resizable=yes,toolbar=yes");         }         return(false);            }            function openWin7(url) {         if ((w == window) || w.closed) {            w = open(url,"photo","width=450,height=450,scrollbars=yes,resizable=yes,toolbar=yes");} else {            w.focus();            w = open(url,"photo","width=450,height=450,scrollbars=yes,resizable=yes,toolbar=yes");         }         return(false);            }            function openWin8(url) {         if ((w == window) || w.closed) {            w = open(url,"seimeisi","width=530,height=650,scrollbars=yes,resizable=yes,toolbar=yes");} else {            w.focus();            w = open(url,"seimeisi","width=530,height=650,scrollbars=yes,resizable=yes,toolbar=yes");         }         return(false);            }            function openWin9(url) {         if ((w == window) || w.closed) {            w = open(url,"popup","width=400,height=500,scrollbars=yes,toolbar=yes,resizable=yes");         } else {            w.focus();            w = open(url,"popup","width=400,height=500,scrollbars=yes,toolbar=yes,resizable=yes");         }         return(false);            }            function openWin10(url) {         if ((w == window) || w.closed) {            w = open(url,"backnumber2","width=550,height=550,toolbar=yes,scrollbars=yes,resizable=yes");         } else {            w.focus();            w = open(url,"backnumber2","width=550,height=550,toolbar=yes,scrollbars=yes,resizable=yes");         }         return(false);            }