<!--
function MM_reloadPage(init) {
if (init==true) with (navigator)
  {
  if ((appName=="Netscape")&&(parseInt(appVersion)==4))
    {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage;
    }
  }
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
  }
MM_reloadPage(true);

var ns = (navigator.appName=="Netscape") ;
var ie = (navigator.appName=="Microsoft Internet Explorer") ;
var Mac = (navigator.appVersion.indexOf("Mac") != -1);

url = "css/";
if (Mac)
{
if (ie) style="layoutMac.css";
if (ns) style="layoutMac.css";
}
else
{
if (ie) style="layoutwin.css";
if (ns) style="layoutwin.css";
}
document.write('<LINK rel=stylesheet type="text/css" href="'+url+style+'">');
//-->
<!--
function Cart() { window.open("","Cart","location=no,status=yes,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,width=550,height=450"); }
//-->
<!--
function jump(){

    var si = document.frmSample.opSample.selectedIndex;
    var url = document.frmSample.opSample.options[si].value;
    location.href = url;

}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
<!--
// ツリーメニュー
flag = false;
function treeMenu(tName) {
  tMenu = document.all[tName].style;
  if(tMenu.display == 'none') tMenu.display = "block";
  else tMenu.display = "none";
}
//-->
