/////ヘッダー
function header(){
document.write('<a name="top"><img src="img/spacer.gif" width="5" height="10"></a><br>');
document.write('<table border="0" cellpadding="0" cellspacing="0" width="735">');
document.write('<tr>');
document.write('<td width="205"><a href="index.html"><img src="img/header.gif" width="175" height="40" border="0" hspace="15" vspace="3" alt="株式会社シンコー"></a></td>');
document.write('<td width="545" align="right"><a href="inquiries.html" onMouseover="swImg(\'btn01\',\'img/btn_inquiries1.gif\')" onMouseout="swImg(\'btn01\',\'img/btn_inquiries0.gif\')"><img src="img/btn_inquiries0.gif" width="109" height="18" border="0" vspace="0" name="btn01" alt="お問合せ" title="お問合せ"></a><img src="img/spacer.gif" width="5" height="10"><img src="img/border_gray.gif" width="1" height="17" vspace="" alt=""><img src="img/spacer.gif" width="5" height="10"><a href="sitemap.html" onMouseover="swImg(\'btn02\',\'img/btn_sitemap1.gif\')" onMouseout="swImg(\'btn02\',\'img/btn_sitemap0.gif\')"><img src="img/btn_sitemap0.gif" width="109" height="18" border="0" vspace="0" name="btn02" alt="サイトマップ" title="サイトマップ"></a></td>');
document.write('</tr>');
document.write('</table>');
}


////サブメニューのマウスオンロールオーバー
function swImg(iName,str){
	document.images[iName].src = str;
	}


////ポップアップ
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}



////フッター
function footer(){
document.write('<table border="0" cellpadding="0" cellspacing="0" width="750">');
document.write('<tr>');
document.write('<td bgcolor="#35A2C9" align="right" valign="middle" height="30">');
document.write('<span class="main" style="color:#FFFFFF">Copyright &copy;2001-2011 Shinko Corporation. All rights Reserved.</span><img src="img/spacer.gif" width="10" height="5">');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
}


////ニュースページ用プルダウン
function GoLink(Nolink)
{
if (Nolink != ""){
top.window.location = Nolink;}
}

//レイヤー表示・非表示、３次元位置管理汎用スクリプト
function zindexLAYER(layName,zindex){
  if(document.layers)document.layers[layName].zIndex=zindex
  if(document.all)document.all(layName).style.zIndex=zindex
  if(document.getElementById)document.getElementById(layName).style.zIndex=zindex
}
function showLAYER(layName){
  if(document.layers)document.layers[layName].visibility='show'
  if(document.all)document.all(layName).style.visibility='visible'
  if(document.getElementById)document.getElementById(layName).style.visibility='visible'
}
function hideLAYER(layName){
  if(document.layers)document.layers[layName].visibility='hidden'
  if(document.all)document.all(layName).style.visibility='hidden'
  if(document.getElementById)document.getElementById(layName).style.visibility='hidden'
}
function swtOnZ(layName){
	zindexLAYER('prf',0);zindexLAYER('otbiz',0);
	zindexLAYER(layName,4)
}

