function Approfondimento(id,desPadre,idPadre){	
	parent.document.getElementById("Form1").target = "iframe1"
	parent.document.getElementById("Form1").action = '/geasar/include/inc_ContenutoEditoriale.asp?txtIDApp=' + id + '&txtDesPadre=' + desPadre + '&txtIDPadre=' + idPadre
	parent.document.getElementById("Form1").submit()
}
