function mainmenu(){
	$("#topmenu ul ").css({display: "none"});
	$("#topmenu li").hover(function(){
		$(this).find('ul:first:hidden').css({visibility: "visible",display: "none"}).slideDown(400);
		},function(){
			$(this).find('ul:first').slideUp(400);
	});
}
$(document).ready(function(){
	mainmenu();
    $("#mover1").mouseover(function(){$(this).stop().animate({marginTop:'80px'},{queue:false, duration:600, easing: 'easeOutBounce'})});
    $("#mover1").mouseout(function(){$(this).stop().animate({marginTop:'90px'},{queue:false, duration:600, easing: 'easeOutBounce'})});
	$("#mover2").mouseover(function(){$(this).stop().animate({marginTop:'20px'},{queue:false, duration:600, easing: 'easeOutBounce'})});
    $("#mover2").mouseout(function(){$(this).stop().animate({marginTop:'30px'},{queue:false, duration:600, easing: 'easeOutBounce'})});
	if(document.getElementById('navi')!=null) $('#navi').coinslider({ width: 866, height:462, navigation: true, delay: 10000, sDelay:20 });
	if(document.getElementById('navi_int')!=null) $('#navi_int').coinslider({ width: 580, height:174, navigation: true, delay: 10000, sDelay:20 });
	if(document.getElementById('naviprod')!=null) $('#naviprod').coinslider({ width: 580, height:378, navigation: true, delay: 10000, sDelay:20 });
	if(document.getElementById('navi_int2')!=null) $('#navi_int2').coinslider({ width: 378, height:278, navigation: true, delay: 10000, sDelay:20 });
	if(document.getElementById('featAtthome')!=null) $('#featAtthome').cycle({fx: 'fade',speed:1000,timeout:  4000});
	if(document.getElementById('featAtthome2')!=null) $('#featAtthome2').cycle({fx: 'fade',speed:1000,timeout:  4000});
	$(".container a[rel]").overlay({effect: 'apple'});
});
