function compara_masini_bifate()
{
	nr=0;
	str=base_url+'cos_masini/goto_c/comparator/index/';
	$("div#cos_user input").each(function(){
		if(this.checked==true) str+='varianta/'+this.value+'/';
	});
	window.location=str;
}
