//here's the sIfr
//code for the h1 tags
var vassallo = {  src: 'vassallo.swf' };
sIFR.activate(vassallo);

sIFR.replace(vassallo, {
  selector: 'h1', 
  wmode: 'transparent', 
  src: 'vassallo.swf', 
  css: [ '.sIFR-root {color:#009DDA; }'  ]
});



//start jQuery functions

  $(document).ready(function() {
	$('.menuSubs').hide(); 
	$('#nav> li a').click(function() {
	  $(this).next('.menuSubs').slideToggle('fast')
	  .siblings('.menuSubs:visible').slideUp('fast');
	});


	
	/* replace media classes */
	jQuery("a.media").media();
	
	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});
	
});
