
var showImageModal=function(el){notes='';var rel=$(el).parent().attr('rel')||'';if($('#notes_'+rel)[0]){notes=$('#notes_'+rel).html();}
GB_show(el,800,600,notes);};var doImageCluster=function(){var biglink=$('#bigimg a:first');var bigimg=$('#bigimg a img:first');$('#smallimgs a img, .varswap img').unbind().click(function(){bigimg.attr('src',$(this).attr('src').replace('tiny','page')).attr('alt',$(this).attr('alt'));biglink.attr('class',$(this).parent().attr('name')||'').attr('title',$(this).parent().attr('title')||'').attr('rel',$(this).parent().attr('rel')||'').attr('href',$(this).attr('src').replace('tiny','large'));biglink.attr('target','_blank');bigimg.unbind().click(function(){showImageModal(this);return false;});return false;});bigimg.unbind().click(function(){showImageModal(this);return false;});$('a.thickbox img').unbind().click(function(){showImageModal(this);return false;});};$(document).ready(function(){$('#kw,#contactform input,#contactform textarea,#bookingform input,#bookingform textarea,#signup_email').focus(function(){if($(this).attr('title')==$(this).val()){$(this).val('');}else{$(this).val($(this).val());}});$('#kw,#contactform input,#bookingform textarea,#bookingform input,#contactform textarea').blur(function(){if($(this).val()==''){$(this).val($(this).attr('title'));}else{$(this).val($(this).val());}});if($('#slideshow')[0]){$('#slideshow').cycle({speed:speeds[0],timeout:timeouts[0],delay:delays[0]});}
if($('#gallery')[0]){$('#gallery').cycle({speed:speeds[0],timeout:timeouts[0],delay:delays[0]});}
if($('#home_rotate_0')[0]){$('#home_rotate_0').cycle({speed:speeds[1],timeout:timeouts[1],delay:delays[1]});}
if($('#home_rotate_1')[0]){$('#home_rotate_1').cycle({speed:speeds[1],timeout:timeouts[1],delay:delays[1]+100});}
if($('#home_rotate_2')[0]){$('#home_rotate_2').cycle({speed:speeds[1],timeout:timeouts[1],delay:delays[1]+200});}
if($('#home_rotate_3')[0]){$('#home_rotate_3').cycle({speed:speeds[1],timeout:timeouts[1],delay:delays[1]+300});}
if($('#home_rotate_4')[0]){$('#home_rotate_4').cycle({speed:speeds[1],timeout:timeouts[1],delay:delays[1]+400});}
if($('#home_rotate_5')[0]){$('#home_rotate_5').cycle({speed:speeds[1],timeout:timeouts[1],delay:delays[1]+500});}
$('#contact_location_dd').change(function(){if($(this).val()==1){document.location.href="/Pages/11/Meet-The-Team.html";}else{document.location.href="/Pages/44/Meet-The-Team.html";}});$('#map_location_dd').change(function(){if($(this).val()==1){document.location.href="/Pages/9/Find-Us-via-Google-Map.html";}else{document.location.href="/Pages/45/Find-Us-via-Google-Map.html";}});$('#nav_bar ul li a').each(function(){$(this).hover(function(){$(this).parent().find("ul").fadeIn();});$(this).parent().hover(function(){},function(){$(this).parent().find("ul").fadeOut();});});doImageCluster();});
