<!-- Start

// NOTE: If you use a ' add a slash before it like this \'

// FLOATING MENU AREA - SEE NOTE BELOW FOR MOVING THE MENU UP ON THE PAGE


if (!document.layers)
document.write('<div id="Floater" style="position:absolute">')
document.write('<layer id="Floater">');


// START THE IMAGE LINKS COPY ANY ONE OF THESE 3 LINES TO ADD A NEW LINK



//document.write('<a href="index.html"><img src="i/icn_livechat.png" border="0" vspace="1"></a>');
document.write('<!-- BEGIN Comm100 Live Chat Button Code --><div><a href="http://www.comm100.com/livechat/" onclick="comm100_Chat();return false;" target="_blank"><img id="comm100_ButtonImage" src="http://chatserver.comm100.com/BBS.aspx?siteId=16861&planId=399" border="0px" alt="Free Live Chat Live Help Software for Website" /></a><div id="comm100_track" style="z-index:99;  margin-top:2px;"><span style="font-size:10px; font-family:Arial, Helvetica, sans-serif;"><a href="http://www.comm100.com/livechat/" style="text-decoration:none;color:#000000;" target="_blank"><b>Live Chat</b></a> by <a href="http://www.comm100.com" style="text-decoration:none;color:#009999;" target="_blank">Comm100</a></span></div><script type="text/javascript">document.getElementById("comm100_track").style.display = "none";</script></div><!-- End Comm100 Live Chat Button Code -->');
//document.write('<!-- BEGIN Comm100 Live Chat Button Code --><div><div id="comm100_LiveChatDiv"></div><a href="http://www.comm100.com/livechat/" onclick="comm100_Chat();return false;" target="_blank" title = "Live Chat Live Help"><img id="comm100_ButtonImage" src="http://chatserver.comm100.com/BBS.aspx?siteId=16861&planId=399" border="0px" alt="Live Chat Help" /></a><script src="http://chatserver.comm100.com/js/LiveChat.js?siteId=16861&planId=399" type="text/javascript"></script></div><!-- End Comm100 Live Chat Button Code -->');




document.write('</layer>');




// COPYRIGHT 2006 © Allwebco Design Corporation




// NOTE: If you add links you will need to alter the "placeY" 275 number below


if (!document.layers)
document.write('</div>')

function FloatMenu()
{
	var Xloc = 0,
	Yloc = 500;
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	function SetMenu(id)
	{
		var GetElements=document.getElementById?document.getElementById(id):document.all?document.all[id]:document.layers[id];
		if(document.layers)GetElements.style=GetElements;
		GetElements.sP=function(x,y){this.style.right=x;this.style.top=y;};
		GetElements.x = Xloc;
		GetElements.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		GetElements.y -= Yloc;
		return GetElements;
	}
	window.LoCate_XY=function()
	{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - Yloc - ftlObj.y)/15;
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("LoCate_XY()", 10);
	}
	ftlObj = SetMenu("Floater");
	LoCate_XY();
}
FloatMenu();


//  End -->
