<!-- 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

<!-- Start

// NOTE: If you use a ' add a slash before it like this \'

if (!document.layers)
document.write('<div id="Floater" style="position:absolute">')
document.write('<layer id="Floater">');

<!-- Start

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="picts/spacer.gif" HEIGHT="50" WIDTH="0"><br>');
document.write('</td><td valign="bottom">');

document.write('<img src="picts/spacer.gif" HEIGHT="15" WIDTH="15"><br>');

// START LINK TABLE

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="130" class="menulinks">');
document.write('<tr><td ALIGN=left VALIGN=center background="picts/background-link.gif" height="22">');
document.write('<img src="picts/spacer.gif" HEIGHT="5" WIDTH="15"><a href="index.html">Home</a><br>');


document.write('<tr><td ALIGN=left VALIGN=center background="picts/background-link.gif" height="22">');
document.write('<img src="picts/spacer.gif" HEIGHT="5" WIDTH="15"><a href="services.html">Body Services</a><br>');


document.write('<tr><td ALIGN=left VALIGN=center background="picts/background-link.gif" height="22">');
document.write('<img src="picts/spacer.gif" HEIGHT="5" WIDTH="15"><a href="services2.html">Facial Services</a><br>');


document.write('<tr><td ALIGN=left VALIGN=center background="picts/background-link.gif" height="22">');
document.write('<img src="picts/spacer.gif" HEIGHT="5" WIDTH="15"><a href="prices.html">Price List</a><br>');



document.write('<tr><td ALIGN=left VALIGN=center background="picts/background-link.gif" height="22">');
document.write('<img src="picts/spacer.gif" HEIGHT="5" WIDTH="15"><a href="winter.html">Special Packages</a><br>');



document.write('<tr><td ALIGN=left VALIGN=center background="picts/background-link.gif" height="22">');
document.write('<img src="picts/spacer.gif" HEIGHT="5" WIDTH="15"><a href="testimonials.html">Testimonials</a><br>');

document.write('<tr><td ALIGN=left VALIGN=center background="picts/background-link.gif" height="22">');
document.write('<img src="picts/spacer.gif" HEIGHT="5" WIDTH="15"><a href="map.html">Location Map</a><br>');
document.write('<br>');

document.write('<tr><td ALIGN=left VALIGN=center background="picts/background-link.gif" height="22">');
document.write('<img src="picts/spacer.gif" HEIGHT="5" WIDTH="15"><a href="contact.html">Contact Us</a><br>');
document.write('<br>')

document.write('<tr><td ALIGN=left VALIGN=center background="picts/background-link.gif" height="22">');
document.write('<img src="picts/spacer.gif" HEIGHT="5" WIDTH="15"><a href="gallery.html" target="_blank">Photo Gallery</a><br>');
document.write('<br>')


//  End -->
document.write('</td></tr><tr><td ALIGN=left VALIGN=center>');
document.write('<img src="picts/link-end-1.gif" HEIGHT=1 WIDTH=31><br>');


//  End -->
document.write('</td></tr><tr><td ALIGN=left VALIGN=center>');
document.write('<img src="picts/link-end-1.gif" HEIGHT=1 WIDTH=31><br>');


document.write('<img src="picts/spacer.gif" HEIGHT="5" WIDTH="15"><a href="xmas.html"><strong>Olympic Special</a><br>');



function FloatMenu()
{
	var Xloc = 0,
	Yloc = 495;
	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)/1;
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("LoCate_XY()", 1);
	}
	ftlObj = SetMenu("Floater");
	LoCate_XY();
}
FloatMenu();


//  End -->