
if (!document.layers)
document.write('<div id="Floater" style="position:absolute">')

document.write('<layer id="Floater">');

document.write('<table border="0" cellspacing="0" cellpadding="0" width="150"><tr><td>');
document.write('<a href="chat.htm" border="0"><img src="picts/chat_entrar.png" border="0"></a><br><br><br>');
document.write('<span class="title">Mais informa&ccedil;&otilde;es:</span><br>');
document.write('    <img src="picts/line-link.jpg" width="125" height="1" vspace="6"><br>');
document.write('    <a href="situacion.htm">Localiza&ccedil;&atilde;o da Cl&iacute;nica</a><br>');
document.write('    <img src="picts/line-link.jpg" width="125" height="1" vspace="6"><br>');
//document.write('    <a href="#">&Uacute;ltimas not&iacute;cias desta semana</a><br>');
//document.write('    <img src="picts/line-link.jpg" width="125" height="1" vspace="6"><br>');
//document.write('    <a href="foro_aborto.htm">Chat</a><br>');
//document.write('    <img src="picts/line-link.jpg" width="125" height="1" vspace="6"><br>');
document.write('    <a href="site_map.htm">Mapa do site</a><br>');
document.write('    <img src="picts/line-link.jpg" width="125" height="1" vspace="6"> </td>');
document.write('</tr></table>');


document.write('</layer>');


// NOTE: If you add links you will need to alter the "placeY" 82 number below


if (!document.layers)
document.write('</div>')

function JSFX_FloatTopDiv()
{
	//alert(document.body.clientWidth);
	var placeX = document.body.clientWidth-180,
	placeY = document.body.clientHeight - 150;
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	var d = document;
	function DeLayer(id)
	{
		var GetElements=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
		if(d.layers)GetElements.style=GetElements;
		GetElements.sP=function(x,y){this.style.left=x;this.style.top=y;};
		GetElements.x = placeX;
		GetElements.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		GetElements.y -= placeY;
		return GetElements;
	}
	window.stayTopLeft=function()
	{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - placeY - ftlObj.y)/15;
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("stayTopLeft()", 10);
	}
	ftlObj = DeLayer("Floater");
	stayTopLeft();
}
JSFX_FloatTopDiv();
