$(document).ready( function()
{
	
//open a new window with class "external"
$('a.external').click(function(){
	window.open(this.href);
	return false;
});


// Drop down menu

$("ul.sf-menu")
	.superfish({
		animation : { opacity:"show"}
});

$(document).pngFix( );

});



