<!-- Start

document.write('<div id="Floater" style="position:absolute">')

document.write('<table border="0" cellspacing="0" cellpadding="0" width="125">');

document.write('<tr>');

document.write('<td vAlign="top" width="125">');

document.write('<center><SPAN class="title">More Links:</SPAN></center>');

document.write('<IMG height="1" src="picts/line-link.jpg" width="125" vspace="6" alt="Line Spacer 1">');

document.write('<A href="contact.htm" class="menu-float" title="Contact TrilogyNet">Contact us for product info</A>');

document.write('<IMG height="1" src="picts/line-link.jpg" width="125" vspace="6" alt="Line Spacer 1">');

document.write('<A href="services.htm" class="menu-float" title="Our Services">Our Services</A>');

document.write('<IMG height="1" src="picts/line-link.jpg" width="125" vspace="6" alt="Line Spacer 1">');

document.write('<A href="site_map.htm" class="menu-float" title="TrilogyNet Site Directory">Site Map</A>');

document.write('<IMG height="1" src="picts/line-link.jpg" width="125" vspace="6" alt="Line Spacer 1">');

document.write('</td>');

document.write('</tr>');

document.write('</table>');

document.write('</div>')

function JSFX_FloatTopDiv()
{
	var placeX = 40,
	placeY = -129;
	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.right=x;this.style.top=y;};
		GetElements.x = placeX;
		GetElements.y = ns ? pageYOffset : document.body.scrollTop;
		GetElements.y -= placeY;
		return GetElements;
	}
	window.stayTopLeft=function()
	{
		var pY = ns ? pageYOffset : document.body.scrollTop;
		ftlObj.y += (pY - placeY - ftlObj.y)/15;
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("stayTopLeft()", 10);
	}
	ftlObj = DeLayer("Floater");
	stayTopLeft();
}
JSFX_FloatTopDiv();

//  End -->