
function searchBooking()
{
	document.getElementById("frmRicercaDisponibilitaPortale").submit() ;
}



function createNew(idx)
{
	var theform = document.getElementById("amminMenuSelect") ;
	
	theform.selectedMenu.value = "m_n" ;
	
	theform.action = "gestmenu.php?type="+idx ;
	
	theform.submit() ;
}