function openwindow(){
        var wo=window.open("","miniframe","toolbar=no,menubar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,width=620,height=560");
         if ((navigator.appName.charAt(0)=="M")&&(parseInt(navigator.appVersion.substring(0, 3))) <= 3){return false}
        else{wo.focus()};
}

function open700window(){
        var wo=window.open("","small700frame","toolbar=no,menubar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,width=700,height=630");
         if ((navigator.appName.charAt(0)=="M")&&(parseInt(navigator.appVersion.substring(0, 3))) <= 3){return false}
        else{wo.focus()};
}

function gototop(){
document.write('<div align="right"><a href="#top"><img src="img/gototop.gif" width="23" height="26" border="0"></a></div>');
}
function gototop2(){
document.write('<div align="roght"><a href="#top"><img src="../img/gototop.gif" width="23" height="26" border="0"></a></div>');
}

function gototop3(){
document.write('<div align="right"><a href="#top"><img src="../../img/gototop.gif" width="23" height="26" border="0"></a></div>');
}


function shoppingcart(){
document.write('<div align="left"><a href="shopping/setumei_m.htm"><img src="img/eos_cart.gif" width="101" height="35" border="0"></a></div>');
}

function shoppingcart2(){
document.write('<div align="left"><a href="../shopping/setumei_m.htm"><img src="../img/eos_cart.gif" width="101" height="35" border="0"></a></div>');
}

function closewindow(){
document.write('<div align="center"><a href="javaScript:close();"><img src="img_common/but_close.gif" width="71" height="23" border="0"></a> </div>');
}

function closewindow2(){
document.write('<div align="center"><a href="javaScript:close();"><img src="../img_common/but_close.gif" width="74" height="32" border="0"></a> </div>');
}

function closewindow3(){
document.write('<div align="center"><a href="javaScript:close();"><img src="http://www.enoden.co.jp/img_common/but_close.gif" width="74" height="32" border="0"></a> </div>');
}

window.onerror = null;
function targetwindow(url) {
 var root;
  if (parent.opener.closed) {
root=window.open('','opener','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no');    
    root.location.href = url;
     } else { 
   parent.opener.top.location.href = url;
  }
}


