$(document).ready(function(){
    $("#accordeon").tabs("#accordeon > div", {
    	tabs: 'h1', 
    	effect: 'horizontal'
    }); 
	$(".fom").each(function(){
	    $(this).colorbox({width:"760px",height:'90%', inline:true, href:"#inline_"+$(this).attr('rel')});    
	});
});
