<!--
	function swp(chgimg,newimg) {
		if(document.images) {
			document[chgimg].src = eval(newimg + '.src');
		}
	}

	if(document.images) {
		home0 = new Image();
		home0.src = "img_cmn/btn_01out.gif";
		home1 = new Image();
		home1.src = "img_cmn/btn_01on.gif";
		home2 = new Image();
		home2.src = "img_cmn/btn_02out.gif";
		home3 = new Image();
		home3.src = "img_cmn/btn_02on.gif";
		home4 = new Image();
		home4.src = "img_cmn/btn_03out.gif";
		home5 = new Image();
		home5.src = "img_cmn/btn_03on.gif";
		home6 = new Image();
		home6.src = "img_cmn/btn_04out.gif";
		home7 = new Image();
		home7.src = "img_cmn/btn_04on.gif";
		
		shop0 = new Image();
		shop0.src = "img/img_shop_01out.gif";
		shop1 = new Image();
		shop1.src = "img/img_shop_01on.gif";
		shop2 = new Image();
		shop2.src = "img/img_shop_02out.gif";
		shop3 = new Image();
		shop3.src = "img/img_shop_02on.gif";
		shop4 = new Image();
		shop4.src = "img/img_shop_03out.gif";
		shop5 = new Image();
		shop5.src = "img/img_shop_03on.gif";
		shop6 = new Image();
		shop6.src = "img/img_shop_04out.gif";
		shop7 = new Image();
		shop7.src = "img/img_shop_04on.gif";
		shop8 = new Image();
		shop8.src = "img/img_shop_05out.gif";
		shop9 = new Image();
		shop9.src = "img/img_shop_05on.gif";
		shop10 = new Image();
		shop10.src = "img/img_shop_06out.gif";
		shop11 = new Image();
		shop11.src = "img/img_shop_06on.gif";
		shop12 = new Image();
		shop12.src = "img/img_shop_07out.gif";
		shop13 = new Image();
		shop13.src = "img/img_shop_07on.gif";
		shop14 = new Image();
		shop14.src = "img/img_shop_08out.gif";
		shop15 = new Image();
		shop15.src = "img/img_shop_08on.gif";
		shop16 = new Image();
		shop16.src = "img/img_shop_09out.gif";
		shop17 = new Image();
		shop17.src = "img/img_shop_09on.gif";
		shop18 = new Image();
		shop18.src = "img/img_shop_10out.gif";
		shop19 = new Image();
		shop19.src = "img/img_shop_10on.gif";
		shop20 = new Image();
		shop20.src = "img/img_shop_11out.gif";
		shop21 = new Image();
		shop21.src = "img/img_shop_11on.gif";
		shop22 = new Image();
		shop22.src = "img/img_shop_12out.gif";
		shop23 = new Image();
		shop23.src = "img/img_shop_12on.gif";
		shop24 = new Image();
		shop24.src = "img/img_shop_13out.gif";
		shop25 = new Image();
		shop25.src = "img/img_shop_13on.gif";
}
//-->