'; var headerH = '
Pergamene
'; var helpH = ' Tempi
Incunaboli
Archivio'; var tabH = ''; var fileH = ''; var fold0H = 'Clicca per espandere'; var fold1H = 'Clicca per ridurre'; var baseSite = ''; var allowHighLights = true; var S=1; // Selected var X=2; // eXpanded function isX(o) { return o.flags&X; } function setX(o,b) { if (b) o.flags |= X; else o.flags &= ~X; } function isS(o) { return o.flags&S; } function setS(o,b) { if (b) o.flags |= S; else o.flags &= ~S; } function isF(o) { return o.kids.length>0; } function isNetscape() { return (navigator.appName.indexOf('Netscape') != -1); } // Builds a HTML text to display a single node in the tree // o is the node, i is the indent size function buildH(o) { // Indent var res=''; for(var j=o.tab;j>0;j--) res += tabH; // Icon (file or folder?) res+='
'; if (isF(o)) { res+=''; else { if (o.loc.indexOf('javascript:') == 0) { res+=''; } else { var target='main'; if (o.loc.indexOf('://') != -1) target = '_top'; if (o.loc=='') res+=''+o.title; else res+=''+o.title+''; } } res+='
'; return res; } // Builds a HTML text to display a nodes description function buildTxtH(o) { // Extra space.gif inserted for correct aligning... return ''+tabH+'
'+o.desc+'
'; } // Displays a nodes tree function showList(doc, o) { // The toff node is for turning off the Site Explorer. // We need to rebuild it everytime so that it links to the // currently displayed page. if (toff && toff == o) { toff.html[toff.flags] = null; toff.loc = baseSite + lastselected.loc; } if (!o.html[o.flags]) o.html[o.flags] = buildH(o); doc.writeln(o.html[o.flags]); if (isX(o)) { for(var i=0; i'); showList(doc, node); doc.writeln(''); if (IsShowDescs) showDescs(doc, node); doc.writeln(''); if (IsShowDescs) doc.writeln(helpH); } function debug(t, leaveOpen) { window.defaultStatus = t; if (!self.term) return; var doc = self.term.document; doc.open(); doc.writeln(t); if (leaveOpen!=true) doc.close(); } function loaded(name) { if (lastloaded != name) { if (lastselected) setS(lastselected, false); select(root, name); mkIdxNow(); lastloaded=name; } } function mkIdxNow() { if (!self.map) return; var doc = map.document; if (doc) { doc.open(); doc.writeln(bodyText); show(doc, root); doc.close(); } } //A bug in Netscape 3 means that a page cannot be dynamically created correctly //a function call made from within the page itself. (Because when the page has // been redrawn the function has nowhere to return to - I guess) // A trick to avoid this happening is to set a short timer, after which the // function is called from some global scope. function mkIdx() { setTimeout('mkIdxNow()',50); } // Create an array function array(n) { this.length=n; return this; } // Calculates indentation for each node. function indentTree(o,i) { o.tab=i; for(var k=0; k"); for(var i=0; i1000 - 1100', '', ''); doc1 = new node('doc1', '', '1000 - 1100', '', '', doc11); doc21 = new node('doc21', '2.htm', '1101 - 1200', '', ''); doc2 = new node('doc2', '', '1101 - 1200', '', '', doc21); doc31 = new node('doc31', '3.htm', '1201 - 1300', '', ''); doc3 = new node('doc3', '', '1201 - 1300', '', '', doc31); doc44 = new node('doc44', '56.htm', '1380 - 1400', '', ''); doc43 = new node('doc43', '40.htm', '1373 - 1379', '', ''); doc42 = new node('doc42', '27.htm', '1364 - 1372', '', ''); doc41 = new node('doc41', '15.htm', '1301 - 1363', '', ''); doc4 = new node('doc4', '', '1301 - 1400', '', '', doc41, doc42, doc43, doc44); doc57 = new node('doc57', '175.htm', '1483 - 1500', '', ''); doc56 = new node('doc56', '158.htm', '1476 - 1482', '', ''); doc55 = new node('doc55', '141.htm', '1463 - 1475', '', ''); doc54 = new node('doc54', '126.htm', '1448 - 1462', '', ''); doc53 = new node('doc53', '109.htm', '1432 - 1448', '', ''); doc52 = new node('doc52', '93.htm', '1415 - 1431', '', ''); doc51 = new node('doc51', '77.htm', '1401 - 1414', '', ''); doc5 = new node('doc5', '', '1401 - 1500', '', '', doc51, doc52, doc53, doc54, doc55, doc56, doc57); doc65 = new node('doc65', '245.htm', '1571 - 1600', '', ''); doc64 = new node('doc64', '235.htm', '1549 - 1570', '', ''); doc63 = new node('doc63', '219.htm', '1531 - 1548', '', ''); doc62 = new node('doc62', '204.htm', '1518 - 1530', '', ''); doc61 = new node('doc61', '188.htm', '1501 - 1517', '', ''); doc6 = new node('doc6', '', '1501 - 1600', '', '', doc61, doc62, doc63, doc64, doc65); doc73 = new node('doc73', '284.htm', '1658 - 1700', '', ''); doc72 = new node('doc72', '270.htm', '1641 - 1657', '', ''); doc71 = new node('doc71', '255.htm', '1601 - 1640', '', ''); doc7 = new node('doc7', '', '1601 - 1700', '', '', doc71, doc72, doc73); doc81 = new node('doc81', '298.htm', '1701 - 1772', '', ''); doc8 = new node('doc8', '', '1701 - 1772', '', '', doc81); // Build Site Map - FINISH togg = new node('togg', 'javascript:parent.toggleDescAndRedraw()', 'Toggle page descriptions', '', 'Turn on or off the page descriptions in this column. Off = faster'); toff = new node('toff', baseSite+'/sitemap/home.htm', 'Turn off Site Map', '', 'Turn off all frames and this map'); pref = new node('pref', '', 'Site Map Preferences', '', 'Change characteristics of this site map', togg, toff); // Build Site Map Home Page - START root = new node('home', 'home.htm', 'Mappa', '', '', doc1, doc2, doc3, doc4, doc5, doc6, doc7, doc8); // Build Site Map Home Page - FINISH // Determine indents for each page indentTree(root,0); // Expand first node (Home Page) setX(root,true); // Select first node (Home Page) select(root,'home'); // Page redrawn by the 'map' frame when it calls mkIdx() or when a new page loads in the 'main' frame // and calls loaded(). This means the 'map' page is kept up to date even if the page changes // by clicking a link in one of the pages. //whew! --> <BODY BGCOLOR="#FFFFCC" TEXT="#000000" LINK="#0000ff" VLINK="#004080"><!-- bsl1 !! 2--> <!-- iubenda --> <script type="text/javascript" src="https://i5.plug.it/cmp/iub_conf_libero.js"></script> <script type="text/javascript" src="//cdn.iubenda.com/cs/tcf/stub-v2.js"></script> <script type="text/javascript" src="//cdn.iubenda.com/cs/iubenda_cs.js" charset="UTF-8" async></script> <!-- /iubenda --> <!-- IOL/Iubenda --> <script src='https://i5.plug.it/cmp/qciol.min.js' async="true"></script> <!-- /IOL/Iubenda --> <script src="//barra-spazio.libero.it/x/js/barra_n04_siti.js?ver=1" type="text/javascript" language="Javascript"></script> <script language="Javascript" type="text/javascript" src="//digistatic.libero.it/css/header_8_3_04/js/hf.js"></script> <script language="JavaScript" type="text/javascript" src="//digistatic.libero.it/css/header_8_3_04/js/clickserver.js"></script> <script language="Javascript" type="text/javascript"> Libero.Stash.HF = { version: '8.3.04', cksrv: { a: 'HF8.3.04', b: 'digilander' } }; </script> <!--[if IE]> <style> #lh_header_top #lh_other, #lh_header_top #lh_options { top: 23px; } #lh_header_top #lh_nicknames { top: 22px; } #lh_header_top #lh_area04 a.lh_nicknames_arrow { /*height: 16px;*/ } #lh_header #lh_area03 .lh_pos { padding-top: 4px; } #lh_header #lh_area03 table td input { margin-top: -1px !important; margin-top: -2px; } #lh_header #lh_close_me { margin-top: 0; } #lh_header.lite, #lh_header.liquid, #lh_header.liquid800, #lf_footer.lite, #lf_footer.liquid { width: expression(document.body.clientWidth < 800 ? '760px': 'auto' ); } #lh_header #lh_area02.lite { width: expression(document.body.clientWidth < 1024 ? '636px': 'auto' ); } #l_maincont { width: expression(document.body.clientWidth < 800 ? '760px': 'auto' ); } #lh_header_top.lh_liquid { width: expression(document.body.clientWidth < 800 ? '760px': 'auto' ); } #lh_header_top { height: 33px; } #lh_header_top #lh_area05 a.lh_on, #lh_header_top #lh_area04 a.lh_on { height: 22px; } #lh_header_top #lh_area04 a.lh_options { margin-left: -5px; } #lh_header_top { margin-top: 0px; } </style> <![endif]--> <!--[if lte IE 7]> <style> #lh_header_top #HF_login_l, #lh_header_top #HF_login_r { float: none; } #lh_header_top { left: 0px; } #l_header_topbar #l_header_topbar_popup_altro, #l_header_topbar #l_header_topbar_popup_opzioni { margin-top: 33px; } #l_header_topbar #l_header_topbar_popup_nicknames { margin-top: 25px; } </style> <![endif]--> <style> #lh_header #lh_area02a{ position:relative; overflow: visible; height: 30px; } #lh_header #lh_area02b{ z-index: -1; } #lh_header #lh_area02a .lh_pos { position: absolute; margin-bottom: 0; } #lh_header #lh_area02a .lh_on { } #lh_header .lh_finput_area input { height: 27px; padding-top: 0; padding-bottom: 0; line-height: 27px !important; font-size: 15px !important; } #lh_altro{ position: relative !important; } #lh_header_top .lh_popup { } #lf_footer .lf_finput_area input { font-size: 12px !important; line-height: 25px !important; vertical-align: middle; padding: 0 !important; margin: 0 !important; } </style> <!--[if IE]> <style> #lh_header_top #lh_area05 a.lh_altro, #lh_header_top #lh_area04 a.lh_opzioni { margin-top: 0px; padding-top: 0px; } #lh_header_top #lh_area05 a.lh_altro { background-position: -67px -10px; } #lh_header_top #lh_area05 a.lh_altro_selected { background-position: -67px -36px; } #lh_header_top #lh_area04 a.lh_opzioni { background-position: -56px -10px; } #lh_header_top #lh_area04 a.lh_nicknames_arrow_selected, #lh_header_top #lh_area05 a.lh_altro_selected, #lh_header_top #lh_area04 a.lh_opzioni_selected { height: 23px; } #lh_header_top #lh_nicknames { left: -195px; } #lh_header_top #lh_other, #lh_header_top #lh_options { top: 22px; } #lh_header_top #lh_nicknames { top: 22px; } #lh_header .lh_finput_area .lh_pos { padding-top: 4px; } #lf_footer .lf_finput_area { height: 27px; max-height: 27px; overflow: hidden; } </style> <![endif]--> <!--[if IE]> <style> #l_header_topbar #l_header_topbar_popup_altro, #l_header_topbar #l_header_topbar_popup_opzioni { margin-top: 35px; } #l_header_topbar #l_header_topbar_popup_nicknames { margin-top: 28px; } #l_header_topbar #l_header_topbar_left #l_header_topbar_popup_altro a, #l_header_topbar #l_header_topbar_right #l_header_topbar_popup_opzioni a, #l_header_topbar #l_header_topbar_right #l_header_topbar_popup_nicknames a { padding: 0px 0px 0px 4px; } #l_header_topbar #l_header_topbar_right #l_header_topbar_nicknames_lk { display: inline-block; } #l_header_topbar #l_header_topbar_right #l_header_topbar_filter_family { line-height: 14px; } #l_header_topbar li { margin-top: 12px; line-height: 14px; } #l_header_topbar #l_header_topbar_right a.plus_selected { border-left: 1px solid #ffffff; color: #000000; margin-bottom: 0px; padding: 0px 17px 0px 8px; display: inline-block; background-position-y: -286px; } </style> <![endif]--> <style> #l_header_topbar,#l_header_fixed_topbar_placeholder{height:98px} </style> <!-- header_topbar <div id="l_header_topbar" class="liquid fixed"> <div id="l_header_topbar_left"> <ul> <li id="l_header_topbar_logo"><a href="http://www.libero.it/">Libero</a></li> <li><a href="https://login.libero.it/?service_id=webmail&amp;ret_url=http%3A%2F%2Fwebmail.libero.it%2Fcp%2Fdefault.jsp%3FrndPrx%3D1082169561">MAIL</a></li> <li><a href="http://notizie.libero.it/">NEWS</a></li> <li><a href="https://video.virgilio.it/?ref=libero">VIDEO</a></li> <li><a href="https://digiland.libero.it/">COMMUNITY</a></li> <li><a href="https://local.virgilio.it/?ref=libero">IN CITT&Agrave;</a></li> <li id="l_header_topbar_altro"> <a id="l_header_topbar_altro_lk" class="plus" onclick="Libero.HF.toggle('l_header_topbar_popup_altro'); Libero.HF.toggleClass('l_header_topbar_altro_lk','plus_selected'); return false;" href="#">ALTRO</a> <ul id="l_header_topbar_popup_altro" onmouseover="clearTimeout(Libero.Stash.other_timeout)" onmouseout="Libero.Stash.other_timeout = setTimeout('Libero.HF.hide(\'l_header_topbar_popup_altro\'); Libero.HF.removeClass(\'l_header_topbar_altro_lk\', \'selected\'); ',2000);"> <li><a href="https://blog.libero.it">BLOG</a></li> <li><a href="https://chat.libero.it">CHAT</a></li> <li><a href="https://digiland.libero.it/cupido">CUPIDO</a></li> <li><a href="https://digiland.libero.it/trovamici">TROVAMICI</a></li> <li><a href="http://sport.libero.it/">SPORT</a></li> <li><a href="https://tecnologia.libero.it/?ref=libero">TECNOLOGIA</a></li> <li><a href="https://www.3bmeteo.com?ref=libero">METEO</a></li> <li><a href="https://www.dilei.it/?ref=libero">DILEI</a></li> <li><a href="https://www.buonissimo.org/?ref=libero">BUONISSIMO</a></li> <li><a href="https://siviaggia.it/?ref=libero">VIAGGI</a></li> <li><a href="https://quifinanza.it/?ref=libero">ECONOMIA</a></li> <li><a href="https://motori.virgilio.it/?ref=libero">MOTORI</a></li> <li><a href="https://www.supereva.it/?ref=libero">TOP TREND</a></li> <li><a href="https://247.libero.it/">24X7</a></li> <li><a href="http://www.libero.it/servizi/">TUTTI I SERVIZI</a></li> </ul> </li> </ul> </div> <div id="l_header_topbar_right"> <ul> <li id="l_header_topbar_aiuto"><a onclick="return ckSrv(this,Libero.Stash.HF.cksrv.a,Libero.Stash.HF.cksrv.b,'h_aiuto',null);" href="http://aiuto.libero.it/">AIUTO</a></li> </ul> </div> <div id="lsvb"> <div class="lsvb_x"></div> <div class="lsvb_i"> <table class="lsvb_t"> <tr> <td class="lsvb_c1"> <div class="lsvb_spc1"> <div class="lsvb_lx1"> <div class="lsvb_pic_x"> <div id="lsvb_pic" style="background-image:none"><div></div></div> </div> </div> <div class="lsvb_lx2"> <div class="lsvb_nick_ovr"><div id="lsvb_nick"></div><a id="lsvb_star" class="" title="Gold" href="https://gold.libero.it/"></a></div> <ul class="lsvb_ul1"> <li class="lsvb_first"><a id="lsvb_contatta" href="javascript:">Contatta</a></li> <li><a id="lsvb_aggiungi" href="javascript:">Aggiungi</a></li> <li><a id="lsvb_segnala" href="javascript:">Segnala</a></li> <li class="lsvb_last"> <div class="lsvb_m1p"> <ul id="lsvb_dropdown" onmouseover="libero_vb_pd_mouse(1)" onmouseout="libero_vb_pd_mouse(0)"><li><a id="lsvb_condividi" href="javascript:">Condividi</a></li><li><a id="lsvb_preferiti" href="javascript:">Preferiti</a></li><li><a id="lsvb_blocca" href="javascript:">Blocca</a></li><li class="lsvb_last"><a id="lsvb_cookie" href="http://privacy.italiaonline.it/common/cookie/privacy_detail.php" target="_blank">Cookie Policy</a></li></ul> </div> <a href="#" id="lsvb_pd1" onclick="libero_vb_pulldown();return false" class="lsvb_altro" onmouseover="libero_vb_pd_mouse(1)" onmouseout="libero_vb_pd_mouse(0)">Altro</a> </li> </ul> </div> <div class="lsvb_lx3"> <div class="lsvb_ax"><a id="lsvb_profilo" href="javascript:" class="disabled">Profilo</a></div> <div class="lsvb_ax"><a id="lsvb_blog" href="javascript:" class="disabled">Blog</a></div> <div class="lsvb_ax"><a id="lsvb_sito" href="javascript:" class="disabled">Sito</a></div> <div class="lsvb_ax"><a id="lsvb_amici" href="javascript:" class="disabled">Amici</a></div> </div> </div> </td> <td class="lsvb_c2"> <div class="lsvb_rx2"> <div class="lsvb_crea"> <div class="lsvb_m1p"> <ul id="lsvb_dropdown_crea" onmouseover="libero_vb_pd_cr_mouse(1)" onmouseout="libero_vb_pd_cr_mouse(0)"> <li><a id="lsvb_crea_profilo" href="javascript:">Profilo</a></li> <li><a id="lsvb_crea_blog" href="javascript:">Blog</a></li> <li><a id="lsvb_crea_sito" href="javascript:">Sito</a></li> <li><a id="lsvb_crea_cupido" href="javascript:">Cupido</a></li> <li class="lsvb_last"><a id="lsvb_crea_chat" href="javascript:">Entra in Chat</a></li> </ul> </div> <a href="#" id="lsvb_cr1" onclick="libero_vb_pulldown_crea();return false" class="lsvb_altro_crea" onmouseover="libero_vb_pd_cr_mouse(1)" onmouseout="libero_vb_pd_cr_mouse(0)">Crea</a> </div> <div class="lsvb_search_x"> <div class="lsvb_search"> <div class="lsvb_m1p"> <a href="#" id="lsvb_lens" onclick="libero_vb_search_s();return false"></a> </div> <form name="lsvb2q" action="https://digiland.libero.it/ricerca" method="get" target="_top"> <input type="hidden" name="advRegion" value="8"> <div class="lsvb_input_x"> <input type="text" name="qs" value="Cerca" id="lsvb_input" onfocus="libero_vb_search(1)" onblur="libero_vb_search(0)"> </div> </form> </div> </div> </div> </td> <td class="lsvb_c3"> <div class="lsvb_rx1"> <a href="http://spazio.libero.it/nextsito.php" id="lsvb_rightlink" onclick="return(bsl1_altclick(this,'succ',''))" class="lsvb_bt_scopri scopri-siti" target="_top"></a> </div> </td> </tr> </table> </div> </div> </div> --> <div id="l_header_fixed_topbar_placeholder"></div> <script language="javascript" type="text/javascript"> <!-- // Set auto-resizing Libero.Stash.extractSummary = { max_length: 13, min_width: 20 + document.getElementById('l_header_topbar_left').clientWidth + document.getElementById('l_header_topbar_right').clientWidth, elem: 'l_username' }; // Run on load Libero.HF.adjust800(Libero.Stash.extractSummary); // Add onresize handlers if ( window.addEventListener ) { window.addEventListener('resize', function() { Libero.HF.adjust800(Libero.Stash.extractSummary) }, 1); } else if (window.attachEvent) { window.attachEvent('onresize', function() { Libero.HF.adjust800(Libero.Stash.extractSummary) }); } --> </script> <script language="javascript" type="text/javascript"> <!-- if ( /MSIE\s+(6|5|4)\./.test(navigator.appVersion) || Libero.Browser.isMobile || Libero.Browser.isTablet ) { //Libero.HF.toggleTopbar(0); } //--> </script> <!-- /bsl1 --> <!-- ADV 2019 - START --> <link rel="preconnect" href="https://tags.crwdcntrl.net"> <link rel="preconnect" href="https://bcp.crwdcntrl.net"> <link rel="dns-prefetch" href="https://tags.crwdcntrl.net"> <link rel="dns-prefetch" href="https://bcp.crwdcntrl.net"> <script type='text/javascript' src='https://www.iolam.it/js/iam2.0.js?ns=libero/web/community/siti/1.2' async></script> <!-- INIZIO DIV 728x90 DFP --> <div id="ad72890top" align="center"></div> <!-- ADV 2019 - END --> <CENTER> <P> Il tuo browser non supporta la visualizzazione di finestre. <P> Ti consigliamo di aggiornare il tuo software, in modo d'avere una corretta struttura grafica. <a href="http://home.netscape.com/comprod/mirror/index.html">Netscape</a> or <A HREF="http://www.microsoft.com/ie/ie.htm">Microsoft</A> websites. </center>