$.noConflict();
jQuery(document).ready(function($){
	
	// superfish menu
	$("#menu > ul").superfish({
		delay:900,
		animation:{height:"show"}
	});
	
	$("#menu a[href=#]").click(function() { return false });
	
	// flash logo / tree animation
	if ($("#flash-ani").length) {
		var so = new SWFObject(skinpath+"flash/logo-ani01.swf", "mymovie", "299", "360", "9", "#336699");
		so.addParam("quality", "high");
		so.addParam("wmode", "transparent");
		so.write("flash-ani");
	}
	
	// rotating page photos
	if ($("#pic-ani").length) {
		$('#pic-ani').load(skinpath+'pic-ani.asp', function() {
			$('.cycle').cycle({ speed: 2000, timeout: 5500 });
		});
	}
	
	$('.accordion h3').click(function() {
		$(this).toggleClass('active').next().toggle('normal');
		return false;
	}).next().hide();
	
	$("#page-menu a").smoothScroll();
	$("a.top").smoothScroll();
	
	/* image gallery replacing UMG
	$('.ad-gallery').adGallery({
		loader_image: skinpath+'images/loader.gif',
		effect: 'fade' // or 'slide-vert', 'resize', 'fade', 'none' or false
	});*/


});
