function slideSwitch(){var $active=$('#slideshow IMG.active');if($active.length==0)$active=$('#slideshow IMG:last');var $next=$active.next().length?$active.next():$('#slideshow IMG:first');$active.addClass('last-active');$next.css({opacity:0.0}).addClass('active').animate({opacity:1.0},1000,function(){$active.removeClass('active last-active');});}
$(function(){setInterval("slideSwitch()",5000);});function Mselect(n)
{var a="menu"
switch(n)
{case 1:a="Home"
break;case 2:a="Menu"
break;case 3:a="Rest"
break;case 4:a="News"
break;case 5:a="Contact"
break;default:a="Home"}
active=document.getElementById(a)
active.style.color="#a70601";active.style.backgroundImage="url('menubghov.jpg')";active.style.backgroundPosition="0px 24px";}
function validate()
{var reg=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;var address=document.sform.email.value;if(reg.test(address)==false){alert('Invalid Email Address');return false;}
if(document.sform.names.value=="")
{alert('Invalid Name');return false;}
if(document.sform.cell.value=="")
{alert('Invalid Cellphone Number');return false;}
if(document.sform.message.value=="")
{alert('Invalid Message');return false;}}
