
//フッタクレジット
var hiduke=new Date();
var d=hiduke.getFullYear();
var year;

if(d <= 2007){ year = "2007";}

else if(d >= 2008){ year="2007-"+d; }

function credit01(foot){

document.write("<div class='footer_credit' style='position:absolute;'>");
document.write("ホクモウ株式会社&nbsp;&nbsp;Copyright&#169; "+year+" HOKUMO CO.,LTD. All Rights Reserved.</div>");
if(foot==null){
	document.write("<div style='position:absolute; margin-left:20px;'>");
	document.write("<table border='0' cellspacing='0' cellpadding='0' id='footer01' class='footer01' style='height:24px;'><tr>");
	document.write("<td><a href='"+hposi+"sitemap.html'>サイトマップ</a></td>");
	document.write("<td><a href='"+hposi+"index.html'>HOME</a></td>");
	document.write("</tr></table></div>");
	}
document.write("<div><img src='"+hposi+"cmnimg/bar_white.gif' width='770' height='24' alt='' galleryimg='no'></div>");
}

function credit02(){

document.write("<div class='footer_credit02' style='position:absolute;'>");
document.write("ホクモウ株式会社&nbsp;&nbsp;Copyright&#169; "+year+" HOKUMO CO.,LTD. All Rights Reserved.</div>");
document.write("<div><img src='"+hposi+"cmnimg/bar_white.gif' width='610' height='24' alt='' galleryimg='no'></div>");
}

