
function part4(){
window.alert("ただ今準備中です\nしばらくお待ちください。")
}

var hiduke=new Date();
var year=hiduke.getFullYear();

var hposi;

function setposi(hpinfo){
//	img = new Array();

if(hpinfo == 0){ hposi = ""; }
else if(hpinfo == 1){ hposi = "../";}
else if(hpinfo == 2){ hposi = "../../";}
else if(hpinfo == 3){ hposi = "../../../";}
else if(hpinfo == 4){ hposi = "../../../../";}
}

//button部分
btnImg=new Array();
for(i=1; i<=11; i++){
	btnImg[i]=new Image();
//	btnImg[i].src= hposi + "cmnimg/"+"footer0"+i+"_f2.gif";
}
function imgOn(i){
//	document.images['img'+i].src=btnImg[i].src
	document.images['img'+i].src= hposi + "cmnimg/"+"footer0"+i+"_f2.gif";
}
function imgOff(i){
	document.images['img'+i].src= hposi + "cmnimg/"+"footer0"+i+".gif";
}




function credit(){

document.write("<table width='740' cellspacing='0' cellpadding='0' border='0' align='center' style='background-image:url(" + hposi + "cmnimg/cloth_ptn_dark.gif);'>"
	+ "<tr>"
	+ "<td width='5%'>"
	+ "<div style='margin-right:10px;'>"
	+ "<a href='" + hposi + "index.html' onMouseOver='imgOn(8)' onMouseOut='imgOff(8)'>"
	+ "<img name='img8' src='" + hposi + "cmnimg/footer08.gif' width='90' height='24' border='0' alt='くろす専門'></a></div></td>");
document.write("<td width='5%'>"
	+ "<div style='margin-right:5px;'>"
	+ "<a href='" + hposi + "ss/index.html' onMouseOver='imgOn(4)' onMouseOut='imgOff(4)'>"
	+ "<img name='img4' src='" + hposi + "cmnimg/footer04.gif' width='56' height='22' border='0' alt='ＳＳクロス'></a></div></td>");
document.write("<td width='5%'>"
	+ "<div style='margin-right:5px;'>"
	+ "<a href='" + hposi + "tool/index.html' onMouseOver='imgOn(7)' onMouseOut='imgOff(7)'>"
	+ "<img name='img7' src='" + hposi + "cmnimg/footer07.gif' width='56' height='22' border='0' alt='クロスツール'></a></div></td>");
document.write("<td width='5%'>"
	+ "<div style='margin-right:10px;'>"
	+ "<a href='" + hposi + "pr-sheet/index.html' onMouseOver='imgOn(6)' onMouseOut='imgOff(6)'>"
	+ "<img name='img6' src='" + hposi + "cmnimg/footer06.gif' width='56' height='22' border='0' alt='出力サービス'></a></div></td>");
document.write("<td width='5%'>"
	+ "<div style='margin-right:5px;'>"
	+ "<a href='" + hposi + "roll/index.html' onMouseOver='imgOn(9)' onMouseOut='imgOff(9)'>"
	+ "<img name='img9' src='" + hposi + "cmnimg/footer09.gif' width='56' height='22' border='0' alt='ロール3兄弟'></a></div></td>");
document.write("<td width='5%'>"
	+ "<div style='margin-right:10px;'>"
	+ "<a href='" + hposi + "wallcloth/index.html' onMouseOver='imgOn(11)' onMouseOut='imgOff(11)'>"
	+ "<img name='img11' src='" + hposi + "cmnimg/footer011.gif' width='56' height='22' border='0' alt='壁布'></a></div></td>");

document.write("<td width='45%' height='24'><img src='" + hposi + "cmnimg/spacer.gif' width='1' height='24' border='0'></td>");
document.write("<td width='5%'>"
	+ "<div style='margin-right:4px;'>"
	+ "<a href='https://viscotecs.com/contact/cloth/inquiry.html' onMouseOver='imgOn(1)' onMouseOut='imgOff(1)'>"
	+ "<img name='img1' src='" + hposi + "cmnimg/footer01.gif' width='70' height='16' border='0' alt='お問い合せ'></a></div></td>");
document.write("<td width='5%'>"
	+ "<div style='margin-right:4px;'>"
	+ "<a href='" + hposi + "info/index.html' onMouseOver='imgOn(2)' onMouseOut='imgOff(2)'>"
	+ "<img name='img2' src='" + hposi + "cmnimg/footer02.gif' width='70' height='16' border='0' alt='ご利用案内'></a></div></td>");
document.write("<td width='10%'>"
	+ "<div style='margin-right:10px;'>"
	+ "<a href='" + hposi + "info/privacy.html' onMouseOver='imgOn(3)' onMouseOut='imgOff(3)'>"
	+ "<img name='img3' src='" + hposi + "cmnimg/footer03.gif' width='90' height='16' border='0' alt='プライバシーポリシー'></a></div></td>"
	+ "</tr>"
	+ "</table>");


document.write("<table width='740' cellspacing='0' cellpadding='0' border='0' align='center' style='background-color:#003377;'>"
	+ "<tr> "
	+ "<td height='20' align='left'>"
	+ "<div class='xs' style='margin-left:10px; font-family:verdana; color:#ccffff'>セーレン商事株式会社&nbsp;&nbsp;"
	+ "ホームページ<tt>：</tt><a href='http://www.cloth.jp'><span class='sssw'>www.cloth.jp</span></a>&nbsp;&nbsp;"
	+ "Copyright&#169; " + year + " SEIREN SYOUJI Co.,Ltd.</div></td>"
	+ "</tr>"
	+ "</table>");
	return "&nbsp";
}

