$(document).ready(function(){
$('a.external').click(function(){
        window.open(this.href);
        return false;
    });
// Drop Down Menu
    $("#sidenav")
        .superfish({
            animation : { opacity:"show"}
    });
	$(document).pngFix( );

});
