function Carrello(ID,Qta,Pat){
 //alert(ID + " - "+Qta + " - "+Pat + " - "+window.top.LaData )
 //alert(window.parent.document.getElementById('Pagine').src)
 Pat=''
 window.parent.document.getElementById('xgestioneDB').ID_Libro.value = ID
 window.parent.document.getElementById('xgestioneDB').QTA.value = Qta
// alert(window.parent.document.getElementById('xgestioneDB'))
 window.parent.document.getElementById('xgestioneDB').submit()
// window.parent.document.getElementById('Pagine').src=Pat+"gestioneDB.asp?ID_Libro="+ID+"&QTA="+Qta
}

var LaData=''
function GoRicerca(Descrizione,Codice){
	document.getElementById('Pagine').src='ricerca_Gruppo.asp?Descrizione='+Descrizione+'&Codice='+Codice
	
}

function Carica(Pagina){
	document.getElementById('Pagine').src=Pagina	
}
