var Middle=null;
		function window_open(w,h,s_data){
		ww=w.substring(0,w.length);
		hh=h.substring(0,h.length);
		ss_data = s_data;
		setTimeout('go_s(ww,hh,ss_data)',1000);
		}
		 function go_s(wi,he,s_data) {
		 Middle = window.open(s_data, "middle_win", "toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=0,copyhistory=0,width="+wi+",height="+he);
		    }
		    
function googlewindow() {
	window.open("http://local.google.co.jp/local?f=q&hl=ja&q=%E4%BA%AC%E9%83%BD%E5%B8%82%E5%B7%A6%E4%BA%AC%E5%8C%BA%E5%B2%A1%E5%B4%8E%E5%A4%A9%E7%8E%8B%E7%94%BA%EF%BC%91%EF%BC%92&ll=35.017019,135.786445&spn=0.002104,0.005407&t=k")
}
function yahoowindow() {
	window.open("http://map.yahoo.co.jp/pl?nl=35.0.49.548&el=135.47.21.381&la=1&fi=1&skey=%b5%fe%c5%d4%bb%d4%ba%b8%b5%fe%b6%e8%b2%ac%ba%ea%c5%b7%b2%a6%c4%ae%a3%b1%a3%b2&sc=4")
}


