function emptyList(emptyList){ if(emptyList != null && emptyList == "1") alert("Nessun risultato per la ricerca effettuata!"); } function backHome() { document.MyForm.action = "MenuAction.do"; document.MyForm.submit(); return false; } function backRicerca() { document.MyForm.action = "ListAction.do"; document.MyForm.submit(); return false; } function back(action) { document.MyForm.action = action; document.MyForm.submit(); return false; } function backElencoEnti() { document.MyForm.action = "ShowLsEntiAction.do"; document.MyForm.submit(); return false; } function backElencoEntiNomi() { document.MyForm.action = "ShowLsEntiNomiAction.do"; document.MyForm.submit(); return false; } function valProvincia() { document.SelParamListForm.action = "ListAction.do"; document.SelParamListForm.submit(); return false; } function valSoggetti() { document.SelParamListForm.action = "ListAction.do"; document.SelParamListForm.submit(); return false; } function setEnte(denominazione, enteKey) { document.EntiNomiLsForm.enteKey.value = enteKey; document.EntiNomiLsForm.denominazione.value = denominazione; document.EntiNomiLsForm.action = "ShowLsAlberoEntiAction.do"; document.EntiNomiLsForm.submit(); return false; } function setEnteNomi(denominazione, enteKey) { document.EntiNomiLsForm.enteKey.value = enteKey; document.EntiNomiLsForm.denominazione.value = denominazione; document.EntiNomiLsForm.action = "ShowLsAlberoSoggAction.do"; document.EntiNomiLsForm.submit(); return false; } function setEnteNomi(denominazione, enteKey, progBlocco) { document.EntiNomiLsForm.progBlocco.value = progBlocco; document.EntiNomiLsForm.enteKey.value = enteKey; document.EntiNomiLsForm.denominazione.value = denominazione; document.EntiNomiLsForm.action = "ShowLsAlberoSoggAction.do"; document.EntiNomiLsForm.submit(); return false; } function showAlbero(action, keyEnte, keyProg, denomEnte, soggProd, soggProdKey, sogg, operation) { document.AlberoForm.keyEnte.value = keyEnte; document.AlberoForm.keyProg.value = keyProg; document.AlberoForm.denominazioneEnte.value = denomEnte; document.AlberoForm.soggProd.value = soggProd; document.AlberoForm.soggProdKey.value = soggProdKey; document.AlberoForm.sogg.value = sogg; document.AlberoForm.operation.value = operation; document.AlberoForm.action = action; document.AlberoForm.submit(); } function isaar(soggetto, soggettoProduttoreKey) { document.EntiNomiLsForm.soggettoProduttoreKey.value = soggettoProduttoreKey; document.EntiNomiLsForm.soggetto.value = soggetto; document.EntiNomiLsForm.action = "ShowLsIsaarAction.do"; document.EntiNomiLsForm.submit(); return false; } function isaar(soggetto, soggettoProduttoreKey, progBlocco) { document.EntiNomiLsForm.progBlocco.value = progBlocco; document.EntiNomiLsForm.soggettoProduttoreKey.value = soggettoProduttoreKey; document.EntiNomiLsForm.soggetto.value = soggetto; document.EntiNomiLsForm.action = "ShowLsIsaarAction.do"; document.EntiNomiLsForm.submit(); return false; } function downloadFile() { document.DescStorIst.action = "DownloadLsFile.do"; document.DescStorIst.submit(); return false; } function downloadFileS() { document.StoriaIstituz.action = "DownloadLsFile.do"; document.StoriaIstituz.submit(); return false; } function downloadFileT() { document.Trascrizione.action = "DownloadLsFile.do"; document.Trascrizione.submit(); return false; } function goToPage() { i = document.myform.vai.selectedIndex; document.myform.pageDetail.value = document.myform.vai[i].value; document.myform.action = "GuawLsPage.do"; document.myform.submit(); return false; } function setNext() { document.myform.action = "GuawLsNextPage.do"; document.myform.submit(); return false; } function setPrevious() { document.myform.action = "GuawLsPrevPage.do"; document.myform.submit(); return false; } function deselectAll() { for(i=0; i