// Copyright    : ホームページ改造王

	// E-mail       : info@748-ii.com

	// URL          : http://www.748-ii.com/html/

	var picture = "http://www.748-ii.com/html/banner/h1.gif";

	var width = 81;

	var height = 32;

	var border = 0;

	var pic_x = 0;	

	var pic_y = 450;

	var nw = 20;

	var mS = 15;

	var nL = - width + nw;

	var cX = nL;

	var sT1;

	var sT2;

	var ie = 0;

	var ns = 0;



　　　　var url = "http://www.748-ii.com/html/";

　　　　var target="_parent";

	if (parseInt(navigator.appVersion) >= 4) {

		ns = (navigator.appName.indexOf("Netscape") != -1) ? true : false;

		ie = (navigator.appName.indexOf("Microsoft") != -1) ? true : false;

	}



	if(ie || ns){

		document.write('<style type="text\/css">\n');

		document.write('#x21 { position: absolute; top: 0px; left: '+nL+'px; margin-top: '+pic_y+'px; margin-left: '+pic_x+'px; }\n');

		document.write('<\/style>\n');

	}



	function sx1(){

		if(window.sT2)

			clearTimeout(sT2);

		if(cX < 0) {

			cX += mS;

			if(cX > 0)

				cX = 0;

			if(ie)

				x21.style.left = cX+"px";

			if(ns)

				document.layers["x21"].left = cX;

			sT1 = setTimeout("sx1()",25);

		}

		else if(window.sT1)

			clearTimeout(sT1);

	}



	function tu9(){

		if(window.sT1)

			clearTimeout(sT1);

		if(cX > nL) {

			cX -= mS;

			if(cX < nL)

				cX = nL;

			if(ie)

				x21.style.left = cX+"px";

			if(ns)

				document.layers["x21"].left = cX;

			sT2 = setTimeout("tu9()",25);

		}

		else if(window.sT2)

			clearTimeout(sT2);

	}



	if(ie || ns)

	document.write('<div id="x21"><a href="'+url+'" target="'+target+'"  onMouseOver="sx1()" onMouseOut="tu9()"><img src="'+picture+'" width='+width+' height='+height+' border='+border+'><\/a><\/div>\n');



//---!>


