$(document).ready(function() {
	
  /*  flashembed("Content-Banner", {
        src: "cu3er.swf",
        wmode: 'transparent'
        }, {}
    );*/
  
	$("#mainNav").removeClass("cssonly");
	$("#mainNav li a").hover(function(){ 
		$(this).parent().find("ul").fadeIn(400);
		$(this).parent().hover(function() {
		}, function() {
			$(this).parent().find("ul").fadeOut(400);
		})
	});
	$("#mainNav li.current ul").show();
	
	$("#langOpener").click(function() {
		$(this).parent().find("ul").animate({"opacity": "toggle", "height": "toggle"});
	});
	
	
});
//swfobject.registerObject("FlashID");
