$(document).ready(function () {
		$('div.website').fadeIn(2000);
		
		 $('ul#submenu').slideDown(2200);
      });
      
      
      
 
if(document.getElementById)
document.write('<style type="text/css">.detail {float:left;display:none;}#zero {display:block;}<\/style>');
function reveal(det){
if(!document.getElementById) return;
if (!document.getElementsByClassName){
document.getElementsByClassName = function(cn){
cn = cn.replace(/ +/g, ' ').split(' ');
var ar = [], testname = function(n){
for (var re, i = cn.length - 1; i > -1; --i){
re = new RegExp('(^|\W)' + cn[i] + '(\W|$)');
if(!re.test(n)) return false;
}
return true;
}
for(var d = document.all || document.getElementsByTagName('*'), i = 0; i < d.length; ++i)
if(testname(d[i].className))
ar[ar.length] = d[i];
return ar;
};
document.getElementsByClassName.spoof = true;
}
for (var d = document.getElementsByClassName('detail'), i = d.length - 1; i > -1; --i)
d[i].style.display = 'none';
document.getElementById(det).style.display = 'block';
if (document.getElementsByClassName.spoof)
document.getElementsByClassName.spoof = document.getElementsByClassName = null;
}



 function hotel(){
 $("#hotel").animate({ 
backgroundColor: "#fdb813", opacity: '1'
      }, 200 );
 }
 
  function hotelback(){
 $("#hotel").animate({ 
backgroundColor: "#140F06", opacity: '0.95'
      }, 200 );
 }
 
 function functions(){
 $("#functions").animate({ 
backgroundColor: "#f7931e", opacity: '1'
      }, 200 );
 }
 
   function functionsback(){
 $("#functions").animate({ 
backgroundColor: "#140F06", opacity: '0.95'
      }, 200 );
 }
 
 function lanai(){
 $("#lanai").animate({ 
backgroundColor: "#f26522", opacity: '1'
      }, 200 );
 }
 
  function lanaiback(){
 $("#lanai").animate({ 
backgroundColor: "#140F06", opacity: '0.95'
      }, 200 );
 }
 
  function bar(){
 $("#bar").animate({ 
backgroundColor: "#c3a585", opacity: '1'
      }, 200 );
 }
 
  function barback(){
 $("#bar").animate({ 
backgroundColor: "#140F06", opacity: '0.95'
      }, 200 );
 }
 
  function bluediamond(){
 $("#bluediamond").animate({ 
backgroundColor: "#972d4e", opacity: '1'
      }, 200 );
 }
 
  function bluediamondback(){
 $("#bluediamond").animate({ 
backgroundColor: "#140F06", opacity: '0.95'
      }, 200 );
 }
 
  function CQuisine(){
 $("#CQuisine").animate({ 
backgroundColor: "#835622", opacity: '1'
      }, 200 );
 }
 
  function CQuisineback(){
 $("#CQuisine").animate({ 
backgroundColor: "#140F06", opacity: '0.95'
      }, 200 );
 }
 
  function clubnights(){
 $("#clubnights").animate({ 
backgroundColor: "#e20177", opacity: '1'
      }, 200 );
 }
 
  function clubnightsback(){
 $("#clubnights").animate({ 
backgroundColor: "#140F06", opacity: '0.95'
      }, 200 );
 }
 
  function bottleshop(){
 $("#bottleshop").animate({ 
backgroundColor: "#c01100", opacity: '1'
      }, 200 );
 }
 
  function bottleshopback(){
 $("#bottleshop").animate({ 
backgroundColor: "#140F06", opacity: '0.95'
      }, 200 );
 }
 

jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({
        vertical: true,
        scroll: 2
    });
});

