if (MM_FlashCanPlay) {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,24,0" width="800" height="400">');
	document.write('<param name="movie" value="http://www.salahotels.com/karuizawa/wedding/img/top.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name=menu value=false>');
	document.write('<param nam=bgcolor value=#000000>');
	document.write('<embed src="http://www.salahotels.com/karuizawa/wedding/img/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="400"></embed>');
	document.write('</object>');
} else {
	document.write('<a href="http://www.adobe.com/jp/shockwave/">Please Download Flash Player</a>');
}


function flashwindow( url, name, option )
{
	var nuwin = window.open( url, name, option );
	if (window.focus) { nuwin.focus(); }
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}