  $(document).ready(function(){
	$('.sf-menu').superfish({animation: {height: 'show'} });
	$.Lightbox.construct();

    $('area').mouseover( function() {
		$('#' + $(this).attr('rel') + 'Popup').show();
		$('#' + $(this).attr('rel') + 'Popup img[@src$=.png],').ifixpng();
	});
    $('area').mouseout( function() {$('#' + $(this).attr('rel') + 'Popup').hide();}); 

	$('#gallery a').lightbox();
	$('#accessories a').lightbox();

	$('.png').ifixpng(); 

	$('#rightVid').flash({ 
		src: 'player.swf',
		width: 250,
		height: 235,
		flashvars: { movieURL: 'flv/wave.flv' },
		version: 7,
		wmode: 'transparent'
	});
});