
jQuery(function() {
	
	if (jQuery(".cycle")) {
		jQuery(".cycle").cycle({timeout:2500});
	}
	
	if (jQuery(".curtainX")) {
		jQuery(".curtainX").cycle({
			fx:    'curtainX',
			sync:  false,
			delay: 3000
		 });
	}
	
});

function showAll() {
	jQuery("#links").css("height", "auto");	
	jQuery("#showAll").css("display", "none");
}

