<!-- 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 \'

// 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('</td></tr><tr><td ALIGN=left VALIGN=center background="/background-link.gif" height="23">');
document.write('<img src="/spacer.gif" HEIGHT="5" WIDTH="15"><a href="clu.html">Nightclubs</a>');

document.write('</td></tr><tr><td ALIGN=left VALIGN=center background="/background-link.gif" height="23">');
document.write('<img src="/spacer.gif" HEIGHT="5" WIDTH="15"><a href="res.html">Restaurants</a><br>');


document.write('</td></tr><tr><td ALIGN=left VALIGN=center background="/background-link.gif" height="23">');
document.write('<img src="/spacer.gif" HEIGHT="5" WIDTH="15"><a href="cli.html">Clients</a><br>');



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('<br>');


document.write('</td></tr><tr><td ALIGN=left VALIGN=center background="/background-link.gif" height="23">');
document.write('<img src="/spacer.gif" HEIGHT="5" WIDTH="15"><a href="sub.html">Subscriptions</a><br>');
document.write('<br>');

document.write('</td></tr><tr><td ALIGN=left VALIGN=center background="/background-link.gif" height="23">');
document.write('<img src="/spacer.gif" HEIGHT="5" WIDTH="15"><a href="contact.html">Contact Us</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>');

document.write('</td></tr><tr><td ALIGN=left VALIGN=center background="/background-link.gif" height="23">');
document.write('<img src="picts/spacer.gif" HEIGHT="5" WIDTH="15"><a href="http://www.vipquest.com/contact.html" target="_blank">Tech Support</a><br>');

document.write('</td></tr><tr><td ALIGN=left VALIGN=center background="/background-link.gif" height="23">');
document.write('<img src="picts/spacer.gif" HEIGHT="5" WIDTH="15"><a href="index.html">Main page</a><br>');

document.write('</td></tr><tr><td ALIGN=left VALIGN=center background="/background-link.gif" height="23">');
document.write('<img src="picts/spacer.gif" HEIGHT="5" WIDTH="15"><a href="#top">top</a><br>');
document.write('<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 -->