if (document.images) { 

//contact、Print、Area画像
	var contacton = new Image();
	contacton.src = "images/contacton.gif";
	var contactoff = new Image();
	contactoff.src = "images/contactoff.gif";

	var pdfprinton = new Image();
	pdfprinton.src = "images/pdfprinton.gif";
	var pdfprintoff = new Image();
	pdfprintoff.src = "images/pdfprintoff.gif";

	var areainfoon = new Image();
	areainfoon.src = "images/areainfoon.gif";
	var areainfooff = new Image();
	areainfooff.src = "images/areainfooff.gif";
	


//画像ボックス（数字部分）ロールオーバー
	var imgbox01on = new Image();
	imgbox01on.src = "images/bd_imgnumber01on.gif";
	var imgbox01off = new Image();
	imgbox01off.src = "images/bd_imgnumber01off.gif";
	
	var imgbox02on = new Image();
	imgbox02on.src = "images/bd_imgnumber02on.gif";
	var imgbox02off = new Image();
	imgbox02off.src = "images/bd_imgnumber02off.gif";
	
	var imgbox03on = new Image();
	imgbox03on.src = "images/bd_imgnumber03on.gif";
	var imgbox03off = new Image();
	imgbox03off.src = "images/bd_imgnumber03off.gif";
	
	var imgbox04on = new Image();
	imgbox04on.src = "images/bd_imgnumber04on.gif";
	var imgbox04off = new Image();
	imgbox04off.src = "images/bd_imgnumber04off.gif";

	var imgbox05on = new Image();
	imgbox05on.src = "images/bd_imgnumber05on.gif";
	var imgbox05off = new Image();
	imgbox05off.src = "images/bd_imgnumber05off.gif";
	
	var imgbox06on = new Image();
	imgbox06on.src = "images/bd_imgnumber06on.gif";
	var imgbox06off = new Image();
	imgbox06off.src = "images/bd_imgnumber06off.gif";

	var imgbox07on = new Image();
	imgbox07on.src = "images/bd_imgnumber07on.gif";
	var imgbox07off = new Image();
	imgbox07off.src = "images/bd_imgnumber07off.gif";

	var imgbox08on = new Image();
	imgbox08on.src = "images/bd_imgnumber08on.gif";
	var imgbox08off = new Image();
	imgbox08off.src = "images/bd_imgnumber08off.gif";

	var imgbox09on = new Image();
	imgbox09on.src = "images/bd_imgnumber09on.gif";
	var imgbox09off = new Image();
	imgbox09off.src = "images/bd_imgnumber09off.gif";

	var imgbox10on = new Image();
	imgbox10on.src = "images/bd_imgnumber10on.gif";
	var imgbox10off = new Image();
	imgbox10off.src = "images/bd_imgnumber10off.gif";


//画像ボックス（数字部分）オンクリック用
	var bd_img01 = new Image();
	bd_img01.src = "images/pt1.jpg";

	var bd_img02 = new Image();
	bd_img02.src = "images/pt2.jpg";

	var bd_img02 = new Image();
	bd_img02.src = "images/pt2.jpg";

	var bd_img03 = new Image();
	bd_img03.src = "images/pt3.jpg";

	var bd_img04 = new Image();
	bd_img04.src = "images/pt4.jpg";

	var bd_img05 = new Image();
	bd_img05.src = "images/pt5.jpg";

	var bd_img06 = new Image();
	bd_img06.src = "images/pt6.jpg";

	var bd_img07 = new Image();
	bd_img07.src = "images/pt7.jpg";

	var bd_img08 = new Image();
	bd_img08.src = "images/pt8.jpg";

	var bd_img09 = new Image();
	bd_img09.src = "images/pt9.jpg";

	var bd_img10 = new Image();
	bd_img10.src = "images/pt10.jpg";

}



function bsclick (target, imgURL) { 
	target.src = imgURL ;
}
function On(name) { 
	if (document.images) { 
		document.images[name].src = eval(name + 'on.src'); 
	} 
} 
function Off(name) {
	if (document.images) { 
		document.images[name].src = eval(name + 'off.src'); 
	}
}
function OnC(name) { 
	if (document.images) { 
		document.images['mainimg'].src = eval(name + '.src'); 
	} 
} 

