function figaroLayerOpen(path,path2,url,bid,base,rn,full,color){
	if(flag == "off"){
		flag = "on";
		figaro_setEffect(path,path2,url,bid,base,rn,full,color)
	}
}
function figaroLayerClose(){
	if(flag == "on"){
		flag = "off";
		objBody.removeChild(figaro_Layer);
	}
}

function figaro_setEffect(path,path2,url,bid,base,rn,full,color){
	var scrollTop = document.body.scrollTop || document.documentElement.scrollTop;
	var scrollLeft = document.body.scrollLeft || document.documentElement.scrollLeft;
	figaro_Layer = document.createElement('div');
	figaro_Layer.id = "figaro_effect";
	figaro_Layer.style.position = "absolute";
	figaro_Layer.style.top = scrollTop +"px";
	figaro_Layer.style.left = scrollLeft +"px";
	figaro_Layer.style.width = "100%";
	figaro_Layer.style.height = "100%";
	figaro_Layer.style.zIndex = "100";
	figaro_Layer.innerHTML = '<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" WIDTH="100%" HEIGHT="100%" id="figaro_effect" ALIGN=""><PARAM NAME=movie VALUE="'+path+'?path='+path2+'&url='+url+'&bid='+bid+'&base='+base+'&rn='+rn+'&full='+full+'&color='+color+'"><PARAM NAME="allowScriptAccess" value="always"><PARAM NAME=quality VALUE=high><PARAM NAME=wmode VALUE=transparent><PARAM NAME="scale" value="noscale"><EMBED src="'+path+'?path='+path2+'&url='+url+'&bid='+bid+'&base='+base+'&rn='+rn+'&full='+full+'&color='+color+'" quality=high wmode=transparent scale="noscale" WIDTH="100%" HEIGHT="100%" NAME="figaro_effect" ALIGN="" allowScriptAccess="always" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>';
	objBody = document.getElementsByTagName("body").item(0);
	objBody.appendChild(figaro_Layer);
}
function start_sc() {
	if(flag == "on"){
		var scrollTop = document.body.scrollTop || document.documentElement.scrollTop;
		figaro_Layer.style.top = scrollTop+"px";
		var scrollLeft = document.body.scrollLeft || document.documentElement.scrollLeft;
		figaro_Layer.style.left = scrollLeft+"px";
	}
}

//var swf = "banner/banner_sub.swf";
var swf = "http://madamefigaro.jp/banner/banner_sub.swf";
//var swf = "http://tst.madamefigaro.jp/banner/banner_sub.swf";
var flag = "off";
var figaro_Layer;
var objBody;
window.onscroll = window.onresize = start_sc;

document.write('<div><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" WIDTH="120" HEIGHT="1030" id="figaro_banner" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="'+swf+'">');
document.write('<PARAM NAME="allowScriptAccess" value="always">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=bgcolor VALUE=#000000>');
document.write('<PARAM NAME=wmode VALUE=transparent>');
document.write('<PARAM NAME="scale" value="noscale">');
document.write('<EMBED src="'+swf+'" quality=high bgcolor=#000000 wmode="transparent" scale="noscale" WIDTH="120" HEIGHT="1030" NAME="figaro_banner" ALIGN="" allowScriptAccess="always" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT></div>');
