<!-- 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 target="_blank" href="http://messenger.providesupport.com/messenger/stewartsheppard.html?ps_s=PRTvr5pzpD2C&ps_mht=true"><img src="images/float-chat.gif" border="0" vspace="0"></a>');


//document.write('<table>');
//document.write('<tr><td align="center" class="tit" style="color:#3FA5BD " height="9" width="98">QUICK CONTACT</td></tr>');
//document.write('<tr><td width="149" class="links" style="color:#696969 " height="24"><form method="post" action="qc-form.asp">');
//document.write('Name:<input name="name1" type="text" class="form_1" size="29"></td></tr>');
//document.write('<tr><td width="149" class="links" style="color:#696969 " height="24">Phone:<input name="phone" type="text" class="form_1" size="29"></td></tr>');
//document.write('<tr><td width="149" class="links" style="color:#696969 " height="24">Email:<input name="email" type="text" class="form_1" size="29"></td></tr>');
//document.write('</tr><td><input name="image" type="image" src="images/contact%20me.gif" width="86" height="32"></form></td></tr>');

document.write('</layer>');


// NOTE: If you add links you will need to alter the "placeY" 250 number below


if (!document.layers)
document.write('</div>')

function FloatMenu()
{
	var Xloc = -1,
	Yloc = 130;
	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.left=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 -->
