$(document).ready(function(){
	
	it = "Esponiamo alla prossima Fiera MCE EXPOCOMFORT di Milano, 27/30 Marzo 2012, Pad. 3 - Stand P50 P44";
	en = "We exhibit at MCE EXPOCOMFORT Milano, 27/30 March 2012, Hall 3 - Stand P50 P44";
		
	$("#Navigation1, #Navigation2, #Navigation3").treeview({
		persist: "location",
		collapsed: true,
		unique: true
	});   
	
	var url = window.location.href.toLowerCase();
	
	var n = 0;
	if( url.indexOf('prodotti') > -1 )
	{
		$('.Image').each(function(){
			
			if( n > 0 )
				return;

			var t = $(this);
			t.prepend('<img src="/Images/Custom/XX/madeinitalkero.jpg" />');
			n++;
		});
	}
	
});
