function kanri1(){ window.open("kanri.htm","WinOpen1", 
"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=300,height=600") }
function kanri2(){ window.open("tec.htm","WinOpen2",
"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=450,height=100") }
function kanri3(){ window.open("colors.htm","WinOpen3", 
"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=450,height=100") }
function kanri4(){ window.open("js.htm","WinOpen4", 
"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=700,height=500") }


function ks(){ window.open("ks/index.htm","WinOpen5") }
function ks2(){ window.open("ks/index2.htm","WinOpen6") }


function Menu(targ,selObj,restore){
  eval(targ+".parent.location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;}


function menu01(){document.write(
'<table border="0"><!--TOP-NEMU-2 START// -->'+
'<TR>'+
'<TD width="250" rowspan="4"></TD>'+
'<TD width="150" height="30">'+
'<a href="menu/pc.htm" target="_blank" class=a1>パソコン修理</a>'+
'</TD>'+
'</TR>'+
'<TR>'+
'<TD height="30">'+
'<a href="menu/network.htm" target="_blank" class=a1>ネットワーク構築</a>'+
'</TD>'+
'</TR>'+
'<TR>'+
'<TD height="30">'+
'<a href="menu/hp.htm" target="_blank" class=a1>ホームページ作成</a>'+
'</TD>'+
'</TR>'+
'<TR>'+
'<TD height="30">'+
'<a href="menu/sale.htm" target="_blank" class=a1>ＰＣ関連商品販売</a>'+
'</TD>'+
'</TR>'+
'</table><!--TOP-NEMU-2 END// -->'+
''+
''
);
}


function menu02(){document.write(
'GENE-RATE&#039S contents<BR>'+
'<BR><BR>'+
'<a href="index.htm" class=c2>トップページ</a>'+
'<BR><BR>'+
'<a href="rinen.htm" class=c2>経営理念</a>'+
'<BR><BR>'+
'<a href="info.htm" class=c2>企業情報</a>'+
'<BR><BR>'+
'<a href="form.htm" class=c2>お問い合せ</a>'+
'<BR><BR>'+
''+
''
);
}


function bottom(){document.write(
'<table><!--BOTTOM START// -->'+
'<TR>'+
'<TH style="background-color:#202070;color:#EEEEEE;font-size:10pt;" width="773" height="20">'+
'Copyright(C)1999-2011 　 GENE-RATE 　 www.gene-rate.com 　 All rights reserved.'+
'</TH>'+
'</TR>'+
'</table><!--BOTTOM END// -->'+
''+
''
);
}


