// 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" style="z-index: 1">')
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.php"><img src="img/float3-home2.gif" border="0" vspace="0" alt="home"></a><br>');
document.write('<a href="vecan_detail.php?ID=1"><img src="img/float3-contactsmall.gif" border="0" vspace="0" alt="contact"></a><br>');
document.write('<a href="member_list.php"><img src="img/float3-committes.gif" border="0" vspace="0" alt="energy committees"></a><br>');
document.write('<a href="content.php?ID=7"><img src="img/float3-calendar.gif" border="0" vspace="0" alt="events"></a><br>');
document.write('<a href="content.php?ID=32"><img src="img/float3-resources.gif" border="0" vspace="0" alt="resources"></a><br>');
document.write('<a href="content.php?ID=34"><img src="img/float3-calc.gif" border="0" vspace="0" alt="calculators"></a><br>');
document.write('<a href="content.php?ID=28"><img src="img/float3-action.gif" border="0" vspace="0" alt="take action"></a><br>');
document.write('<a href="publications.php"><img src="img/float3-pdf.gif" border="0" vspace="0" alt="publications"></a><br>');
document.write('<a href="news_page.php"><img src="img/float3-news.gif" border="0" vspace="0" alt="news feeds"></a><br>');
document.write('<a href="http://www.dosolutions.com"><img src="img/float3.info.gif" border="0" vspace="0" alt="web design"></a><br>');
document.write('<a href="#top"><img src="img/float3-top2.gif" border="0" vspace="0"></a><br>');
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 = 700;
	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()", 0);
	}
	ftlObj = SetMenu("Floater");
	LoCate_XY();
}
FloatMenu();

//  End -->