/**
* @author Mathieu Habegger
* @url http://www.habegger-bros.ch
*/

$(document).ready(function(){ 
	$("ul.sf-menu").supersubs({ 
				minWidth:    10,
				maxWidth:    27,
				extraWidth:  0
	}).superfish(); 
	$("ul.sf-langmenu").supersubs({ 
				minWidth:    10,
				maxWidth:    27,
				extraWidth:  0
	}).superfish(); 
	/*$.get("cms3/modules/imagerotation.php", {}, function(data)
		{
			$(".partnerdiv").append(data).find("ul").newsTicker();
		}
	);*/
	$('a[rel*=lightbox]').lightBox(); // Select all links that contains lightbox in the attribute rel


//	$('input[title!=""]').hint();
//	$('.indexblock').corner();
//	$('.indexblock').equalHeight();

	//jquery buttons
	$(".jqbutton").button();
	$(".jqbutton").click(function() { return true; });
	$("input:submit").button();
//	$( "button, input:submit, a", ".jqbutton" ).button();
//	$( "a", ".jqbutton" ).click(function() { return false; });


}); 

