$(function(){
$('.sf-menu').superfish({
	  "animation":{
         //"width":"toggle",
         //"height":"toggle",
         "opacity":"toggle"

        },
        "dropShadows": false
	}
	);
	
	

$(".confirm_delete").click(function () { return confirm('Are you sure?') });


	});
