<!--
function showSWF(path,width,height){
	var mime = "application/x-shockwave-flash";
	var n = navigator;
	var d = document;
	var x = true;
	
	if (n.userAgent.indexOf('Mobile') == -1){
		var hash = new Date();
		var time = hash.getTime();
		path = path + "?timer=" + time;
		d.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="'+width+'" height="'+height+'">');
		d.write('<param name="movie" value="'+path+'"></param>');
		d.write('<param name="quality" value="high"></param>');
		d.write('<param name="wmode" value="transparent"></param>');
		d.write('<embed src="'+path+'" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'">');
		d.write('</embed>');
		d.write('</object>');
	}
	else {
		d.write('<img src="imgs2/index/noscript.gif" width="740" height="435" alt="定山渓鶴雅リゾートスパ森の謌" usemap="#Map" /><map name="Map" id="Map"><area shape="rect" coords="1,1,116,132" href="facilities/lounge.html" /><area shape="rect" coords="155,1,271,133" href="cuisine/buffet.html" /><area shape="rect" coords="313,2,427,133" href="rooms/" /><area shape="rect" coords="469,2,585,133" href="spa/spa.html" /><area shape="rect" coords="623,1,739,135" href="facilities/market.html" /><area shape="rect" coords="2,150,116,286" href="facilities/bar.html" /><area shape="rect" coords="156,150,272,286" href="cuisine/party.html" /><area shape="rect" coords="311,149,430,287" href="rooms/cottage.html" /><area shape="rect" coords="467,149,586,286" href="spa/hotstonesauna.html" /><area shape="rect" coords="624,150,738,286" href="facilities/lab.html" /><area shape="rect" coords="2,300,117,434" href="facilities/terrace.html" /><area shape="rect" coords="156,299,271,435" href="cuisine/kaiseki.html" /><area shape="rect" coords="313,300,427,433" href="spa/pillow.html" /><area shape="rect" coords="468,300,585,434" href="spa/esthe.html" /><area shape="rect" coords="624,299,739,433" href="facilities/cigar.html" /></map>')
	}
}
//-->
