function showSub(){$(this).children('ul').slideToggle(280);}

$(document).ready(function(){
$('#photos').galleryView({
panel_width: 493,
panel_height: 370,
frame_width:80,
frame_height:50,
filmstrip_position: 'bottom',
panel_scale: 'nocrop',
nav_theme: 'dark',
transition_interval:8000,
transition_speed: 800,
overlay_opacity: .8,
pause_on_hover: true
});

var config={over:showSub,out:showSub,timeout:250};
$('.top').hoverIntent(config);
});

//fit background properly on small screens and when resizing windows
$(window).resize(function(){
  if(($(this).width())<=969){$('#stretch').css('background-position','-1517px center');$('#stretch').width($(this).width()+(969-$(window).width()));}else{$('#stretch').css('background-position','center');$('#stretch').width($(window).width());}
});
$(window).load(function(){
if(($(this).width())<=969){$('#stretch').css('background-position','-1517px center');$('#stretch').width($(this).width()+(969-$(window).width()));}
});

Cufon.replace('a.level1',{hover:true,textShadow:'#630000 .3px .3px,#630000 -.3px -.3px'});
Cufon.replace('a.level2',{hover:true,textShadow:'#ffffff .5px .5px'});
Cufon.replace('#sectionContent p,#contentTitle, #sectionContent ul');
Cufon.replace('#ContactForm h3,#ContactForm label,#ContactForm p, .mapLink');
Cufon.replace('#sentThanks h3,#sentThanks p');
Cufon.replace('#galleryTitle',{textShadow:'#000000 1px 1px'});
