<!-- 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">');
document.write('<a href="/r/hotel.html"><img src="/UserFiles/Image/1.jpg" width="140" height="30" border="0"></a><br>');
document.write('<a href="/r/restoraunt.html"><img src="/UserFiles/Image/2.jpg" width="140" height="30" border="0"></a><br>');
document.write('<a href="/r/night-club.html"><img src="/UserFiles/Image/3.jpg" width="140" height="30" border="0"></a><br>');
document.write('<a href="/r/aqua.html"><img src="/UserFiles/Image/4.jpg" width="140" height="30" border="0"></a><br>');
document.write('<a href="/r//billiard-club.html"><img src="/UserFiles/Image/5.jpg" width="140" height="30" border="0"></a><br>');
document.write('<a href="/r/conference-room.html"><img src="/UserFiles/Image/6.jpg" width="140" height="30" border="0"></a><br>');
document.write('<a href="/r/autoshower.html"><img src="/UserFiles/Image/7.jpg" width="140" height="30" border="0"></a><br>');
document.write('<a href="/r/tur.html"><img src="/UserFiles/Image/8.jpg" width="140" height="30" border="0"></a><br>');
document.write('<script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script><a href="skype:max.tigra?call"><img src="http://mystatus.skype.com/smallclassic/max%2Etigra" style="border: none;" width="114" height="20" alt="Мой статус" /></a>');


document.write('</layer>');


// NOTE: If you add links you will need to alter the "placeY" 82 number below


if (!document.layers)
document.write('</div>')

function JSFX_FloatTopDiv()
{
  var placeX = 0,
  placeY = 345;
  var ns = (navigator.appName.indexOf("Netscape") != -1);
  var d = document;
  function DeLayer(id)
  {
    var GetElements=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
    if(d.layers)GetElements.style=GetElements;
    GetElements.sP=function(x,y){this.style.left=x;this.style.top=y;};
    GetElements.x = placeX;
    GetElements.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
    GetElements.y -= placeY;
    return GetElements;
  }
  window.stayTopright=function()
  {
    var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
    ftlObj.y += (pY - placeY - ftlObj.y)/15;
    ftlObj.sP(ftlObj.x, ftlObj.y);
    setTimeout("stayTopright()", 10);
  }
  ftlObj = DeLayer("Floater");
  stayTopright();
}
JSFX_FloatTopDiv();


//  End -->
