img0 = new Image()
img0.src = "../../hp/wp-content/themes/f_star_01/tenpo/imgs/serch/map.jpg"
img1 = new Image()
img1.src = "../../hp/wp-content/themes/f_star_01/tenpo/imgs/serch/map_cocos.jpg"
img2 = new Image()
img2.src = "../../hp/wp-content/themes/f_star_01/tenpo/imgs/serch/map_umiza.jpg"
img3 = new Image()
img3.src = "../../hp/wp-content/themes/f_star_01/tenpo/imgs/serch/map_dengoro.jpg"


link1 = "http://www.cocos-fstar.jp/?cat=4"
link2 = "http://www.umiza.jp/?cat=3"
link3 = "http://www.dengoro.jp/?cat=6"

function imgChange(parts){
	fname = parts.options[parts.selectedIndex].value;
	if(fname == 0){ document.imgsmp.src = img0.src; }
	if(fname == 1){ document.imgsmp.src = img1.src; }
	if(fname == 2){ document.imgsmp.src = img2.src; }
	if(fname == 3){ document.imgsmp.src = img3.src; }
}

function pageJump(jumpNo){
	if(jumpNo == 0){ 
		alert("ブランドを選択してください。")
	}else if(jumpNo == 1){
		top.location.href = link1;
	}else if(jumpNo == 2){
		top.location.href = link2;
	}else if(jumpNo == 3){
		top.location.href = link3;
	}
}

