
$(function() {
	$('#logo_hotel, #content_bottom, #header, #single_item #book').ifixpng(); 
});


// BOOK NOW LINK
$("a[class='cat_13']").attr('href', 'javascript:;');	
$("a[class*='cat_13']").click(function(){
	hhotelSearchGroup('UKEEHLGallery', '', '', '', '');
	return false;
});


// NASCONDO TUUTE LE RISPOSTE DELLE FAQ
$("#faq .story .full_box .body").each(function() {	
	$(this).css("display","none");
});

// VISUALIZZO LA RISPOSTA DELLA FAQ
$("#faq .story .full_box .moreinfo a").click(function(){
	// nascodo tutte le risposte aperte
	$("#faq .story .full_box .body").each(function() {	
		$(this).hide(1000);
	});
	var hidden_id = parseInt($(this).parent('.moreinfo').attr('id').replace('h_', ''), 10); 
	$("#faq .story .full_box #risp_" + hidden_id).show(1000);
	return false;
});



/* COMBOBOX */
$(function(){
	$("#idForm select").uniform();
	/*
	$("#idForm :radio").uniform();
	$("#idForm :checkbox").uniform();
	*/
});

$(function() {
	start();
});
