//window openfunction openwin(href,w,h){var win;win = window.open(href,'win','toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width='+w+',height='+h);        win.focus();}///_menu__img階層に注意/最終的に絶対パスにする________________   var temp ="";   temp = navigator.userAgent.substring(8,9);   browserVer=0;   if( parseFloat(temp)>2 ){    browserVer=1;   }   if( browserVer == 1 ){    menu01 = new Image;    menu01_m = new Image;    menu01.src = "../img/head/head03.gif";    menu01_m.src = "../img/head/head03m.gif";    menu02 = new Image;    menu02_m = new Image;    menu02.src = "../img/head/head04.gif";    menu02_m.src = "../img/head/head04m.gif";    menu03 = new Image;    menu03_m = new Image;    menu03.src = "../img/head/head05.gif";    menu03_m.src = "../img/head/head05m.gif";    menu04 = new Image;    menu04_m = new Image;    menu04.src = "../img/head/head06.gif";    menu04_m.src = "../img/head/head06m.gif";    menu05 = new Image;    menu05_m = new Image;    menu05.src = "../img/head/head07.gif";    menu05_m.src = "../img/head/head07m.gif";    menu06 = new Image;    menu06_m = new Image;    menu06.src = "../img/head/head08.gif";    menu06_m.src = "../img/head/head08m.gif";    menu07 = new Image;    menu07_m = new Image;    menu07.src = "../img/head/head09.gif";    menu07_m.src = "../img/head/head09m.gif";    menu08 = new Image;    menu08_m = new Image;    menu08.src = "../img/head/head10.gif";    menu08_m.src = "../img/head/head10m.gif";    head13 = new Image;    head13_m = new Image;    head13.src = "../img/head/head13.gif";    head13_m.src = "../img/head/head13m.gif";   }   function MenuBars( imgID,imgObj ){    if( browserVer == 1 ){    document.images[imgID].src = eval(imgObj + ".src")   }  }///__________________________  function DisplayData( HtmlFileName ,                         TargetWindow ,                         WindowWidth ,                         WindowHeight ){     var WindowFeatures = "toolbar=no,location=no,directions=no,menubar=no,scrollbars=yes,resizeable=yes,width=" +                           WindowWidth +                          ",height=" +                           WindowHeight;     nw = window.open( HtmlFileName ,                       TargetWindow ,                       WindowFeatures );        nw.focus();   }
