var path_pagine='/site/';


Event.observe(window, 'load', function() {
	
muovi('down');
	
//EVENTI QUICKSUMMARY
if($('lang_eng')){
	$('lang_eng').observe('click', function(event){
		document.location.href= '/site/lingua/eng';
	});
}

if($('lang_ita')){
	$('lang_ita').observe('click', function(event){
		document.location.href= '/site/lingua/ita';
	});
}

//EVENTI VETRINE
/*if($('.box')){
	$('.box').observe('click', function(event){
		document.location.href='/cgi-bin/desanto/';
	});
}*/




});