<!--

// -----------------------------------------------------------------------------
// Globals
// Major version of Flash required
var requiredMajorVersion = 6;
// Minor version of Flash required
var requiredMinorVersion = 0;
// Minor version of Flash required
var requiredRevision = 0;
// -----------------------------------------------------------------------------


// Version check based upon the values entered above in "Globals"
var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

// Check to see if the version meets the requirements for playback
if (hasReqestedVersion) {
	// if we've detected an acceptable version
	// embed the Flash Content SWF when all tests are passed
	AC_FL_RunContent(
		'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,24,0',
		'width', '100%',
		'height', '100%',
		'src', 'swf/top_load',
		'quality', 'high',
		'pluginspage', 'http://www.adobe.com/go/getflashplayer',
		'align', 'middle',
		'play', 'true',
		'loop', 'true',
		'scale', 'showall',
		'wmode', 'transparent',
		'devicefont', 'false',
		'id', 'topflash',
		'name', 'top_load',
		'menu', 'true',
		'allowFullScreen', 'false',
		'allowScriptAccess','sameDomain',
		'movie', 'swf/top_load',
		'salign', 'lt'
	);
} else {  // flash is too old or we can't detect the plugin
	var alternateContent = '<img src="images/topflash_nofp.gif" width="680" height="308" alt="あなたがお使いのFlashPlayerは最新のものではございません。このサイトを適切な環境でご覧いただくために最新のFlashPlayerを下記よりダウンロードして下さい。" border="0" usemap="#MapGetFP">'
+'<map name="MapGetFP" id="MapGetFP"><area shape="rect" coords="14,212,174,253" href="http://get.adobe.com/jp/flashplayer/" target="_blank" alt="Get ADOBE FLASH PLAYER" /></map>';
	document.write(alternateContent);  // insert non-flash content
}

//Flash Link
function facilities(num){
	if(num==1){window.open("http://www.31op.com/sapporo/index.html","newWin");}
	if(num==2){window.open("http://www.31op.com/sendai/index.html","newWin");}
	if(num==3){window.open("http://www.31op.com/iruma/index.html","newWin");}
	if(num==4){window.open("http://www.31op.com/makuhari/index.html","newWin");}
	if(num==5){window.open("http://www.31op.com/tama/index.html","newWin");}
	if(num==6){window.open("http://www.31op.com/yokohama/index.html","newWin");}
	if(num==7){window.open("http://www.31op.com/siga/index.html","newWin");}
	if(num==8){window.open("http://www.31op.com/nagashima/index.html","newWin");}
	if(num==9){window.open("http://www.31op.com/osaka/index.html","newWin");}
	if(num==10){window.open("http://www.31op.com/kobe/index.html","newWin");}
	if(num==11){window.open("http://www.31op.com/kurashiki/index.html","newWin");}
}

function gnavi(num){
	if(num==1){window.location.href="index.html";}
	if(num==2){window.location.href="concept/index.html";}
	if(num==3){window.location.href="search/index.html";}
	if(num==4){window.location.href="special/index.html";}
	if(num==5){window.location.href="card/index.html";}
	if(num==6){window.location.href="faq/index.html";}
}

function fnavi(num){
	if(num==1){window.open("http://www.lalaport.co.jp/policy.html","newWin");}
	if(num==2){window.open("http://www.lalaport.co.jp/privacy.html","newWin");}
	if(num==3){window.open("http://www.lalaport.co.jp/policy2.html","newWin");}
	if(num==4){window.open("cct/inquiry/inquiry.html","newWin");}
	if(num==5){window.location.href="others/release.html";}
	if(num==6){window.location.href="others/sitemap.html";}
	if(num==7){window.location.href="others/link.html";}
	if(num==8){window.location.href="travelagent/index.html";}
}

function foreign(num){
	if(num==1){window.location.href="english/index.html";}
	if(num==2){window.location.href="chinese/index.html";}
	if(num==3){window.location.href="chinese/index.html";}
	if(num==4){window.location.href="korean/index.html";}
}

function login(num){
	if(num==1){window.open("card/member_login.php","newWin");}
}


// -->


