
<!--
var fstbiz_n_scroll=0;
var fstbiz_bln=true;
function fstbiz_fuc_maxX() {
  if(document.documentElement.clientWidth)
    return document.documentElement.clientWidth;
  if(document.body.clientWidth)
    return document.body.clientWidth;
}

function fstbiz_func01(){
	if(fstbiz_bln==false){
		return;
	}
	fstbiz_bln=false;
	var x = fstbiz_fuc_maxX();
	var obj = document.getElementById('fstbiz_displayImg').style;
	x = x/2 - (eval((obj.width.replace("px","")))/2);
	obj.visibility = "visible";
	if ( document.compatMode == 'CSS1Compat'){
		obj.top = (document.documentElement.scrollTop + 50) + "px";
	}else{
		obj.top = (document.body.scrollTop + 50) + "px";
	}
	obj.left = x + "px";
}

function fstbiz_func02(){
	var obj = document.getElementById('fstbiz_displayImg').style;
	obj.visibility = "hidden";
}

function fstbiz_init(){
	var div = document.createElement("div");
	div.id = "fstbiz_beep"
	document.body.appendChild(div);
}

function fstbiz_play(e){
	var div = document.getElementById("fstbiz_beep");
	var innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="0" height="0" id="fstbiz_beep"><param name="movie" value="http://www.fxseikouhousoku.com/listcollector/fstbiz_beep.swf" /><embed src="http://www.fxseikouhousoku.com/listcollector/fstbiz_beep.swf" width="0" height="0" name="fstbiz_beep" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>'
	div.innerHTML = innerHTML;
}
window.onload=fstbiz_init;
function fstbiz_addEvent(element, eventType, fn, useCapture) {

	ie=false
	nn=false
	if(document.all){ie=true}
	if(navigator.appName=="Netscape"||navigator.userAgent.indexOf("Opera")!=-1){nn=true}

	if(ie){
		if (element.addEventListener) {
			element.addEventListener(eventType, fn, useCapture);
			return true;
		}
		else if (element.attachEvent) {
			var r = element.attachEvent('on' + eventType, fn);
			return r;    
		}
		else {
			element['on'+eventType] = fn;
		}
	}
	if(nn){
		scrollnn()
	}
}

function scrollnn(){
	var scr=window.pageYOffset
	if(scr!=fstbiz_n_scroll){
		fstbiz_onScroll();
		fstbiz_n_scroll=scr;
	}
	setTimeout("scrollnn()",500)
}


function fstbiz_onScroll(evt) {
	var obj = document.getElementById('overimg').style;
	if ( document.compatMode == 'CSS1Compat'){
		obj.top = document.documentElement.scrollTop + "px";
	}else{
		obj.top = document.body.scrollTop + "px";
	}

	
}
fstbiz_addEvent( window, 'scroll', fstbiz_onScroll, false );


document.write("<div id='overimg' style='position:absolute;top:0px;left:0px;width:100%;height:30px;z-index:999' onMouseOver=\"fstbiz_func01();return true\"><img src=\"http://www.fxseikouhousoku.com/lis/blank.gif\" width=\"100%\" height=\"30\"></div>");

document.write("<div id='fstbiz_displayImg' style='border: 1px solid #000000;background-color:#FFFFFF;position:absolute;visibility:hidden;top:0px;left:0px;width:476px;z-index:999'> ");

document.write("<table width=\"476px\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n");

document.write("<tr>\n");
document.write("<td style=\"padding:5px\">\n");

document.write("<TABLE border=\"0\">\n");
document.write("                          <TBODY>\n");
document.write("                            <TR>\n");
document.write("      <TD align=\"center\" height=\"450\" width=\"370\"><A href=\"#f\"><IMG src=\"http://www.fxseikouhousoku.com/b-pop.gif\" border=\"0\"></A></TD>\n");
document.write("    </TR>\n");
document.write("                          </TBODY>\n");
document.write("                        </TABLE>\n");
document.write("\n");

document.write("</td>\n");
document.write("</tr>\n");
document.write("<tr>\n");
document.write("<td align=\"right\" style=\"font-size:10pt;background-color:#FFFFFF\">\n");
document.write("<a href=\"javascript:fstbiz_func02();\"><b style=\"color:#000000;text-decoration:none;padding:5px\">•Â‚¶‚é</b></a>\n");
document.write("</td>\n");
document.write("</tr>\n");
document.write("</table>\n");


document.write("</div>");
//-->

