
jQuery.noConflict();
jQuery(document).ready(function($)
{ 	
	$("ul.sf-menu").supersubs({ 
		minWidth: 14,
		maxWidth: 14,
		extraWidth: 1 // ensure lines don't break due to slight rounding differences and fonts
	}).superfish({ 
		delay: 300,
		animation: { opacity:'show', height:'show' },
		speed: 300,
		autoArrows: true,
		dropShadows: true
	});
	
	$(".scrollable").scrollable();
	
	$("#gallery .items a").fancybox({
		'overlayOpacity'	: 0.75,
		'overlayColor'		: '#030100', 
		'imageScale'		: true,
		'padding'			: 0
	});
	
	$('#rotator').jshowoff({ speed: 5000, links: false, changeSpeed: 1200 });
});

function reload()
{
	location.reload();	
}

function launch(url)
{
	alert(url);
	
	//window.open(url, 'popup', 'width=640,height=480,menubar=no,location=no,scrollbars=no,resizable=no'); 
	//window.blur(); 
	return false;
}