/**/

if(navigator.appVersion.charAt(0) >=3){
	var image = new Array();

	for( i = 0 ; i < 11 ; i++ ){
		image[i] = new Image();
	}

	image[0].src= "/common_images/gnavi_top_on.jpg";
	image[1].src= "/common_images/gnavi01_on.gif";
	image[2].src= "/common_images/gnavi02_on.gif";
	image[3].src= "/common_images/gnavi03_on.gif";
	image[4].src= "/common_images/gnavi04_on.gif";
	image[5].src= "/common_images/gnavi_shopping_on.jpg";
	image[6].src= "/common_images/btn_login_on.jpg";
	image[7].src= "/common_images/btn_teiki_on.gif";
	image[8].src= "/common_images/btn_mailmag_on.gif";
	image[9].src= "/common_images/btn_company_on.gif";
	image[10].src= "/common_images/btn_saiyo_on.gif";
}

function paintBtn(dim,cnt){
    if(navigator.appVersion.charAt(0) >= 3 ){
        document.images[dim].src=image[cnt].src;
    }
}



/*Local Navigation RollOver*/

var bgFixColor;
var curPath;

/*category01*/
function localOver01(naviName){
	if(document.getElementById){
			if(document.getElementById(naviName).style.backgroundColor != bgFixColor){
				document.getElementById(naviName).style.backgroundColor = "#D1EB98";
		}
	}
}

function localOut01(naviName){
	if(document.getElementById){
			if(document.getElementById(naviName).style.backgroundColor != bgFixColor){
					document.getElementById(naviName).style.backgroundColor = "#E0E0E0";
		}
	}
}


/*category02*/
function localOver02(naviName){
	if(document.getElementById){
			if(document.getElementById(naviName).style.backgroundColor != bgFixColor){
				document.getElementById(naviName).style.backgroundColor = "#F4E1B4";
		}
	}
}

function localOut02(naviName){
	if(document.getElementById){
			if(document.getElementById(naviName).style.backgroundColor != bgFixColor){
					document.getElementById(naviName).style.backgroundColor = "#E0E0E0";
		}
	}
}

/*category03*/
function localOver03(naviName){
	if(document.getElementById){
			if(document.getElementById(naviName).style.backgroundColor != bgFixColor){
				document.getElementById(naviName).style.backgroundColor = "#FAEFEC";
		}
	}
}

function localOut03(naviName){
	if(document.getElementById){
			if(document.getElementById(naviName).style.backgroundColor != bgFixColor){
					document.getElementById(naviName).style.backgroundColor = "#E0E0E0";
		}
	}
}

/*category04*/
function localOver04(naviName){
	if(document.getElementById){
			if(document.getElementById(naviName).style.backgroundColor != bgFixColor){
				document.getElementById(naviName).style.backgroundColor = "#FAEFEC";
		}
	}
}

function localOut04(naviName){
	if(document.getElementById){
			if(document.getElementById(naviName).style.backgroundColor != bgFixColor){
					document.getElementById(naviName).style.backgroundColor = "#E0E0E0";
		}
	}
}

/*PopupWindow*/
function wopen(file){
var openWin = window.open(file,"guide","toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=780,height=600,left=130,top=30");
openWin.focus();
}


