/* 1st */

/*スワップイメージのプリロード*/
	home_on = new Image(); home_on.src = "images/top-top_01_over.gif";
	home_off = new Image(); home_off.src = "images/top.gif";
	teasobi1_on = new Image(); teasobi1_on.src = "images/top-top_04_over.jpg";
	teasobi1_off = new Image(); teasobi1_off.src = "images/top-05.jpg";
	teasobi2_on = new Image(); teasobi2_on.src = "images/top-top_05_over.jpg";
	teasobi2_off = new Image(); teasobi2_off.src = "images/top-07.jpg";
	norimono_on = new Image(); norimono_on.src = "images/top-top_06_over.jpg";
	norimono_off = new Image(); norimono_off.src = "images/top-09.jpg";
	ayaturi_on = new Image(); ayaturi_on.src = "images/top-top_07_over.jpg";
	ayaturi_off = new Image(); ayaturi_off.src = "images/top-12.jpg";
	tou_on = new Image(); tou_on.src = "images/top-top_09_over.jpg";
	tou_off = new Image(); tou_off.src = "images/top-16.jpg";
	tumiki1_on = new Image(); tumiki1_on.src = "images/top-top_11_over.jpg";
	tumiki1_off = new Image(); tumiki1_off.src = "images/top-19.jpg";
	tumiki2_on = new Image(); tumiki2_on.src = "images/top-top_12_over.jpg";
	tumiki2_off = new Image(); tumiki2_off.src = "images/top-21.jpg";
	game_on = new Image(); game_on.src = "images/top-top_13_over.jpg";
	game_off = new Image(); game_off.src = "images/top-23.jpg";
	bau_on = new Image(); bau_on.src = "images/top-top_14_over.jpg";
	bau_off = new Image(); bau_off.src = "images/top-25.jpg";
	ie_on = new Image(); ie_on.src = "images/top-top_15_over.jpg";
	ie_off = new Image(); ie_off.src = "images/top-28.jpg";
	sakuin_on = new Image(); sakuin_on.src = "images/top-top_16_over.jpg";
	sakuin_off = new Image(); sakuin_off.src = "images/top-31.jpg";
	goaisatu_on = new Image(); goaisatu_on.src = "images/top-top_17_over.gif";
	goaisatu_off = new Image(); goaisatu_off.src = "images/top-33.gif";
	yosete_on = new Image(); yosete_on.src = "images/top-top_18_over.gif";
	yosete_off = new Image(); yosete_off.src = "images/top-35.gif";


/*スワップイメージの入換え*/
function imgOn(name){
	document.images[name].src = eval(name + "_on.src");
}
function imgOff(name){
	document.images[name].src = eval(name + "_off.src");
}

/*オープンウィンドウの指定*/
function flinks(fnames){
    window.open("sakuhin/"+fnames,resizable=true,'directories=no,location=no,menubar=no,status=no,width=750,height=550')
}function olinks(onames){    window.open("sakuhin/"+onames,resizable=true,'directories=no,location=no,menubar=no,status=no,width=500,height=400')}