
//Copy Right
function footer(){
	now = new Date();
	//YEAR = now.getYear();
	YEAR = now.getFullYear();
	document.write('<div id="bottom">');
	document.write('  <p>Copyright &copy; 2003 Yazaki Kako　Corporation. All Rights Reserved.</p>');
	document.write('</div>');
}



//ヤザキショッピング
function WINOPN1(){
	flag = confirm("\n矢崎化工の通信販売、ヤザキショッピングが別ウインドウで開きます。　　　　　\n\n（ヤザキショッピング ： http://www.yzk-shop.com/）\n\nよろしいですか？\n\n");
	if(flag==true){
		window.open("http://www.yzk-shop.com/");
		return;
	}
	else
		return;
}
