<!-- 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="https://tix.extremetix.com/Online/?siteID=1213&cartID=d052cb1e-b7e9-4868-8180-8dfed2f6178c"><img src="picts/Tickets.png" border="0" vspace="1"></a><br>');

document.write('<a href="http://www.facebook.com/pages/Folsom-LIVE/157601547589982"><img src="picts/button-2copy.png" border="0" vspace="1"></a><br>');

document.write('<a href="Gallery.html"><img src="picts/GALLERY.png" border="0" vspace="1"></a><br>');

document.write('<a href="http://www.flickr.com/photos/folsomchamber/with/5982465248/"><img src="picts/Flickr-1.png" border="0" vspace="1"></a><br>');

document.write('<a href="http://twitter.com/#!/folsomlive"><img src="picts/Twitter-2.png" border="0" vspace="1"></a><br>');

document.write('<a href="http://www.youtube.com/watch?v=15qfRjpJVNs"><img src="picts/youtube-2.png" border="0" vspace="1"></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 =600;
	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 -->
