/*
http://www.jaltours.co.jp/common/js/navi.js
2007.09.19 20:00
interconnect,inc.
*/

// dmval:domain;
dmval = 'jal.co.jp';

// ptval:path;
ptval = 'tours/jaltours/';

var cval = ' ' + document.cookie;
var carr = cval.split(';');

var tval;
var dtval;
var uival;
var hit_flag = 0;

for(var i=0; i<carr.length; i++){
		tval = unescape(carr[i].substring(1, carr[i].indexOf('=')));
		dtval = unescape(carr[i].substring(carr[i].indexOf('=') + 1, carr[i].length));
		if(tval=='ckflag' || dtval=='able'){
			hit_flag = 1;
		}
}

if(hit_flag == 1){
		t_setting = '有効';
		t_valid = '有効にする';
		t_invalid = '<a href="javascript: void(0);" title="無効にする" onclick="ckflag(0); return false;">無効にする</a>';
}else { if(hit_flag == 0){
		t_setting = '無効';
		t_valid = '<a href="javascript: void(0);" title="有効にする" onclick="ckflag(1); return false;">有効にする</a>';
		t_invalid = '無効にする';
	}
}

if(t_setting =="無効"){
	chflg = "off";
}else{
	chflg = "on";
}





function writeHeader(ver){
	var htm = "";
	htm+="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'";
	htm+="codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab'";
	htm+=" width = '800'";
	htm+=" height = '65' />";
	htm+="<param name = 'movie' value='/tours/jaltours/header.swf' />";
	htm+="<param name = 'quality' value='high' />";
	htm+="<param name = 'FlashVars' value='def=" + ver + "&ch=" + chflg + "' />";
	htm+="<embed src = '/tours/jaltours/header.swf'";
	htm+="quality = 'high'";
	htm+=" width = '800'";
	htm+=" height = '65'";
	htm+=" FlashVars = 'def=" + ver + "&ch=" + chflg + "'";
	htm+=" type = 'application/x-shockwave-flash' ";
	htm+=" pluginspage='http://www.macromedia.com/go/getflashplayer' />";
	htm+="</embed>";
	htm+="</object>";
	document.write(htm);
}

function writetop(ver){
	var htm = "";
	htm+="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'";
	htm+="codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab'";
	htm+=" width = '800'";
	htm+=" height = '260' />";
	htm+="<param name = 'movie' value='http://www.jal.co.jp/tours/jaltours/jaltop.swf' />";
	htm+="<param name = 'quality' value='high' />";
	htm+="<param name = 'FlashVars' value='def=" + ver + "&ch=" + chflg + "' />";
	htm+="<embed src = 'http://www.jal.co.jp/tours/jaltours/jaltop.swf'";
	htm+="quality = 'high'";
	htm+=" width = '800'";
	htm+=" height = '260'";
	htm+=" FlashVars = 'def=" + ver + "&ch=" + chflg + "'";
	htm+=" type = 'application/x-shockwave-flash' ";
	htm+=" pluginspage='http://www.macromedia.com/go/getflashplayer' />";
	htm+="</embed>";
	htm+="</object>";
	document.write(htm);
}

function writeFooter(ver){
	var htm = "";
	htm+="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'";
	htm+=" codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab'";
	htm+=" width = '800'";
	htm+=" height = '50' />";
	htm+="<param name = 'movie' value='http://www.jal.co.jp/tours/jaltours/footer.swf' />";
	htm+="<param name = 'quality' value='high' />";
	htm+="<param name = 'FlashVars' value='def=" + ver + "' />";
	htm+="<embed src = 'http://www.jal.co.jp/tours/jaltours/footer.swf' ";
	htm+="quality = 'high'";
	htm+=" width = '800'";
	htm+=" height = '50'";
	htm+=" FlashVars = 'def=" + ver + "'";
	htm+=" type = 'application/x-shockwave-flash'";
	htm+=" pluginspage='http://www.macromedia.com/go/getflashplayer' />";
	htm+="</embed>";
	htm+="</object>";
	document.write(htm);
}


