var isIE=false;
function _Date2data(date){var d="";switch(date.getDay()){case 0:d+="Sunday ";break;case 1:d+="Monday ";break;case 2:d+="Thuesday ";break;case 3:d+="Wednesday ";break;case 4:d+="Thursday ";break;case 5:d+="Friday ";break;case 6:d+="Saturday ";break;}switch(date.getMonth()){case 0:d+=" January ";break;case 1:d+=" February ";break;case 2:d+=" March ";break;case 3:d+=" April ";break;case4:d+=" May ";break;case 5:d+=" June ";break;case 6:d+=" July ";break;case 7:d+=" August ";break;case 8:d+=" September ";break;case 9:d+=" October ";break;case 10:d+=" November ";break;case 11:d+=" December ";break;}d+=date.getDate();var anno=date.getYear();if(anno<1900)anno+=1900;return d+" "+anno;}
function apri(n){var w=open(n,"testo","dependent=yes,menubar=no,resizable=yes,scrollbars=yes,titlebar=no,toolbar=no");w.focus();return w;}
function inizioPagina(n,d,t){document.write("<!-- Gestisce il pulsante destro del mouse -->\n<!--[if IE]>\n\
<script type=\"text/javascript\">isIE = true;</script>\
<div id=\"ie5_menu\" onmouseover=\"highlight_ie5()\" onmouseout=\"lowlight_ie5()\" onclick=\"jump_to_ie5()\">\n<div class=\"striscia\">&nbsp; &nbsp; Menu</div>\n<div class=\"menu_item\" url=\"index-en.html\">&nbsp; &nbsp; Home</div>\n<div class=\"menu_item\" url=\"informatica-en.html\">&nbsp; &nbsp; Computers</div>\n<div class=\"menu_item\" url=\"letteratura-en.html\">&nbsp; &nbsp; Literature</div>\n<div class=\"menu_item\" url=\"matematica-en.html\">&nbsp; &nbsp; Mathematics</div>\n<div class=\"menu_item\" url=\"filosofia-en.html\">&nbsp; &nbsp; Philosophy</div>\n<div class=\"menu_item\" url=\"index.html\">&nbsp; &nbsp; Italiano</div>\n</div>\n<![endif]-->\n\
<!-- fine gestione pulsante destro del mouse -->\n");document.write("<p class='barra'> &nbsp; &nbsp; &nbsp; Indice: </p>");new menu(MENU_ITEMS,MENU_POS);document.write("<br /><div class=\"titolo\"><img class=\"titolo_img\" src='"+n+"' alt='"+d+"' /> <div class=\"titolo_text\">"+t+"</div></div><br />");document.write("<div class='striscia'><b>Welcome!</b> Today is "+_Date2data(new Date())+" and you are browsing with "+navigator.appName+" on a "+navigator.platform+" machine.</div><br />");document.oncontextmenu=show_menu_ie5;if(document.all&&window.print)document.body.onclick=hide_menu_ie5;}
function finePagina(){document.write("<br /><div class='striscia'>The URL of this page is: <a href='"+window.location.href+"'><font color='yellow'>"+window.location.href+"</font></a></div>");document.write("<div class='copyright'>&copy; 2004 by Paolo Caressa. NB: il contenuto di questa pagina pu&ograve; essere, in tutto o in parte, liberamente scaricato e riutilizzato <strong>per ogni fine non di lucro</strong>, e l'autore non si assume <strong>nessuna responsabilit&agrave;</strong> relativa all'utilizzo del materiale ivi contenuto. &Egrave; gesto di cortesia informare l'autore se questi contenuto sono copiati o linkati. <br /> &copy; 2004 by Paolo Caressa. NOTICE: the contents of this page may be, in its entirety or in part, freely downloaded and reused <strong>for all nonprofit purposes</strong>, and the author does not accept <strong>any responsibility or liability</strong> about the usage of the contents of this page. As a courtesy, please notify the author if you copy or link to this material.</div>");document.writeln("<div class='striscia'>Last updated: "+_Date2data(new Date(document.lastModified))+"</div>");}
function show_menu_ie5(){ie5_menu.style.left=document.body.scrollLeft+event.clientX;ie5_menu.style.top=document.body.scrollTop+event.clientY;ie5_menu.style.visibility="visible";return false;}
function hide_menu_ie5(){ie5_menu.style.visibility="hidden";}
function highlight_ie5(){if(event.srcElement.className=="menu_item"){event.srcElement.style.color="#000000";event.srcElement.style.backgroundColor="#5AA7E5";event.srcElement.style.border="0.1em solid #FFFFFF";event.srcElement.style.fontFamily="sans-serif";event.srcElement.style.fontSize="1em";event.srcElement.style.fontWeight="bold";event.srcElement.style.padding="0.1em";event.srcElement.style.textAlign="left";event.srcElement.style.textDecoration="none";window.status=event.srcElement.url;}}
function lowlight_ie5(){if(event.srcElement.className=="menu_item"){event.srcElement.style.backgroundColor="";event.srcElement.style.color="#000000";event.srcElement.style.bgColor="#CCDDEE";event.srcElement.style.border="0.1em solid #000000";event.srcElement.style.fontFamily="sans-serif";event.srcElement.style.fontSize="1em";event.srcElement.style.fontWeight="normal";event.srcElement.style.padding="0.1em";event.srcElement.style.textAlign="left";event.srcElement.style.textDecoration="none";window.status='';}}
function jump_to_ie5(){if(event.srcElement.className=="menu_item")window.location=event.srcElement.url;}
