function reset(){
	var a = $('#menu1').parent().css('left');
	$('#menu1').stop().css('height','50px').hide();
	$('#menu2').stop().css('height','65px').hide();
	$('#menu3').stop().css('height','65px').hide();
	$('#menu4').stop().css('height','50px').hide();
}

function reposition(){
	var pos=(($(window).width()-840)/2)+547;
	//$('#videonav').show();
	$('#videonav').css('left',pos).css('top','193px').show();	
}

function load_content(nomejsp){
	alert(nomejsp);
	$('contenuto').load(nomejsp,gnugna);
}

function gnugna(risposta){
	$('contenuto').html(risposta.responseText);
}