// JavaScript Document//<![CDATA[ 		   				   url = "http://" + location.hostname + "/" ;d = document;preloadText = "<font size=2 align=center color=#3399FF>Attendere, caricamento pagina in corso...</font>";function caricaPagina(pagina,idLayer){if (typeof XMLHttpRequest != "undefined") { x = new XMLHttpRequest();}else{try { x = new ActiveXObject("Msxml2.XMLHTTP");}catch (e) { try { x = new ActiveXObject("Microsoft.XMLHTTP");} catch (e){x = null;}}}if (x){d.getElementById(idLayer).innerHTML = preloadText;x.onreadystatechange = function(){if (x.readyState == 4 && x.status == 200){el=d.getElementById(idLayer);el.innerHTML = x.responseText;}}a = "a";d.getElementById(idLayer+a).style.display='none';x.open("GET", url + pagina, true);x.send(null);}}//]]> 