app = navigator.appName;
ver = navigator.appVersion.charAt(0);
if (app=="Netscape"){
	if (ver <= 4){
		document.write("<link rel='stylesheet' href='./temp/style_nn.css'>");
	} else {
		document.write("<link rel='stylesheet' href='./temp/style.css'>");
	}
} else {
		document.write("<link rel='stylesheet' href='./temp/style.css'>");
}


var SwImg; SwImg = new Array;

ImgPreload('index1', './img/index_14.jpg', './img/index_14_over.jpg');
ImgPreload('index2', './img/index_17.jpg', './img/index_17_over.jpg');
ImgPreload('index3', './img/index_18.jpg', './img/index_18_over.jpg');
ImgPreload('index4', './img/index_19.jpg', './img/index_19_over.jpg');
ImgPreload('index5', './img/index_20.jpg', './img/index_20_over.jpg');
ImgPreload('index6', './img/index_21.jpg', './img/index_21_over.jpg');
ImgPreload('index7', './img/index_22.jpg', './img/index_22_over.jpg');
ImgPreload('index8', './img/index_28.jpg', './img/index_28_over.jpg');
ImgPreload('index9', './img/index_29.jpg', './img/index_29_over.jpg');
ImgPreload('index10', './img/index_30.jpg', './img/index_30_over.jpg');
ImgPreload('index11', './img/index_31.jpg', './img/index_31_over.jpg');
ImgPreload('index12', './img/index_32.jpg', './img/index_32_over.jpg');
ImgPreload('index13', './img/index_33.jpg', './img/index_33_over.jpg');
ImgPreload('index14', './img/index_34.jpg', './img/index_34_over.jpg');
ImgPreload('index15', './img/index_35.jpg', './img/index_35_over.jpg');
ImgPreload('index16', './img/index_36.jpg', './img/index_36_over.jpg');
ImgPreload('navi1', './img/f-price_18.jpg', './img/f-price_18_over.jpg');
ImgPreload('navi2', './img/f-price_20.jpg', './img/d-price_20_over.jpg');
ImgPreload('navi3', './img/f-price_21.jpg', './img/f-price_21_over.jpg');
ImgPreload('navi4', './img/f-price_22.jpg', './img/f-price_22_over.jpg');
ImgPreload('navi5', './img/f-price_23.jpg', './img/f-price_23_over.jpg');
ImgPreload('navi6', './img/f-price_24.jpg', './img/f-price_24_over.jpg');
ImgPreload('navi7', './img/f-price_25.jpg', './img/f-price_25_over.jpg');
ImgPreload('navi8', './img/f-price_26.jpg', './img/f-price_26_over.jpg');
ImgPreload('navi9', './img/f-price_27.jpg', './img/f-price_27_over.jpg');
ImgPreload('navi10', './img/f-price_28.jpg', './img/f-price_28_over.jpg');
ImgPreload('navi11', './img/f-price_29.jpg', './img/f-price_29_over.jpg');
ImgPreload('navi12', './img/f-price_31.jpg', './img/f-price_31_over.jpg');
function ImgPreload() {
	var N = ImgPreload.arguments[0];
	SwImg[N] = new Image();
	SwImg[N][0] = new Image();
	SwImg[N][0].src = ImgPreload.arguments[1];
	SwImg[N][1] = new Image();
	SwImg[N][1].src = ImgPreload.arguments[2];
}

function ImgChenge() {
	var ID = ImgChenge.arguments[0];
	var N  = ImgChenge.arguments[1];
	document.images[ID].src = SwImg[ID][N].src;
}
