﻿hover = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )));
	function reload(img){
		var ret = new Image();
		ret.src = img;
		return ret;
	}

if(hover){
		map01 = reload('http://golf.honesty.jp/wp-content/themes/Honest/hnstWORKS/hnstMAP01.gif');
		map02 = reload('http://golf.honesty.jp/wp-content/themes/Honest/hnstWORKS/hnstMAP02.gif');
		map03 = reload('http://golf.honesty.jp/wp-content/themes/Honest/hnstWORKS/hnstMAP03.gif');
		map04 = reload('http://golf.honesty.jp/wp-content/themes/Honest/hnstWORKS/hnstMAP04.gif');
		map05 = reload('http://golf.honesty.jp/wp-content/themes/Honest/hnstWORKS/hnstMAP05a.gif');
		map06 = reload('http://golf.honesty.jp/wp-content/themes/Honest/hnstWORKS/hnstMAP06a.gif');
		map07 = reload('http://golf.honesty.jp/wp-content/themes/Honest/hnstWORKS/hnstMAP07a.gif');
		map08 = reload('http://golf.honesty.jp/wp-content/themes/Honest/hnstWORKS/hnstMAP08a.gif');
	}

	var txt00 = "お車では、府道13号線に入っていただくのが近道です。電車では、京阪本線にて樟葉駅を下車してお越しください。";
	var txt06 = "中国方面からは、大山崎ICで降りて淀川を渡ります。そのまま府道13号線を西に進んでください。";
	var txt07 = "東海道方面からは、大山崎ICで降りて淀川を渡ります。そのまま府道13号線を西に進んでください。";
	var txt08 = "京阪電鉄の京阪本線を利用し、樟葉（くずは）駅にて下車してください。淀屋橋より35分。京阪三条より30分です。";

function show(x){
	document.mess.txt.value = x;
}
function hide(){
	document.mess.txt.value = txt00;
}


