function adjustLayout() { if (1==1) { // Get natural heights var cHeight = xHeight("contentcontent"); var lHeight = xHeight("leftcontent"); var rHeight = xHeight("rightcontent"); // Find the maximum height var maxHeight = Math.max(cHeight, Math.max(lHeight, rHeight)); // Assign maximum height to all columns xHeight("content", maxHeight); xHeight("left", maxHeight); xHeight("right", maxHeight); } // Show the footer xShow("footer"); } var mostraQuestionario = true; var resize = function () { xAddEventListener(window, "resize", adjustLayout, false); adjustLayout(); //return true; //prepareLinks(); //mostraQuestionario = true; } addLoadEvent(resize); window.onunload = function () { return true; if (!document.getElementsByTagName) return true; if (mostraQuestionario) { msg = 'COMPILA IL QUESTIONARIO DI GRADIMENTO SUL SITO\n' + 'Ti chiediamo di dedicarci 2 minuti del tuo tempo\n' + 'per compilare il questionario di gradimento del sito web.\n\n'+ 'Le tue risposte ci saranno di aiuto per erogare un servizio migliore.\n\n'+ 'Clicca OK per compilare il questionario.'; mostraQuestionario = confirm(msg); if (mostraQuestionario) { window.open('/gradimento/','gradimento','width=750,height:500,scrollbars=0'); } //document.location.href = document.location.href; } } function prepareLinks() { var links = document.getElementsByTagName("a"); for (var i=0; i