$(document).ready(function(){
	$("ul#navigation").superfish({
		hoverClass	: "jshover",
		pathClass	: 'active',
		delay		: 800,
		speed		: "fast"
	});
	$("ul#sub-navigation").superfish({
		hoverClass	: "jshover",
		pathClass	: 'active',
		delay		: 800,
		speed		: "fast"
	});
});
$(document).ready(function() {
	$("#block a[@rel='external']").click(function() { return !window.open($(this).attr("href")); });
	
	$("#block a[@rel='document']").click(function() { return !window.open($(this).attr("href")); });

	$("#block a[@rel='print']").click(function() { return !window.open($(this).attr("href"),'print','height=600,width=600,location=1,menubar=1,toolbar=1,scrollbars=1,status=1,resizable=1'); });
})
