	document.write('<div id="imgPic" style="position:absolute;visibility:hidden;z-index:101">');
	document.write('<table border="00" cellspacing="0" cellpadding="6" bgcolor="black">');
	document.write('  <tr><td width="60">');
	document.write('<img src="mo.jpg" name="pnPic"></td>');
	document.write('  </tr>');
	document.write('</table>');
	document.write('</div>');




function FloatTopDiv()
{
	var startXX = document.all? (document.body.clientWidth-800)/2 + 160 : (window.innerWidth-800)/2 + 150;
	startYY = 10;
	var nsc = (navigator.appName.indexOf("Netscape") != -1);
	var dd = document;

	function mll(idd)
	{
		var ell=dd.getElementById?dd.getElementById(idd):dd.all?dd.all[idd]:dd.layers[idd];
		if(dd.layers)ell.style=ell;
		ell.sPP=function(x,y){this.style.left=x;this.style.top=y;};
		ell.x = startXX;
		ell.y = startYY;
		return ell;
	}

	window.stayTopLeftt=function()
	{
		var pYY = nsc ? pageYOffset : document.body.scrollTop;
		ftlObjj.y += (pYY + startYY - ftlObjj.y)/8;
		ftlObjj.sPP(ftlObjj.x, ftlObjj.y);
		setTimeout("stayTopLeftt()", 10);
	}

	ftlObjj = mll("imgPic");
	stayTopLeftt();
}

FloatTopDiv();

function popup(pn){
	document.pnPic.src="heaters/" + pn;
	imgPic.style.visibility="visible"
	}

function kill(){
	imgPic.style.visibility="hidden"
	document.pnPic.src="mo.jpg";

}
