﻿// File JScript definisce lunghezza della pagina e posizione di copyright x pagine con div left e right
<!--

function init(){

var spostaCopy = 0;
var spostaDiv = 0;
var sposta = 0;
var xx = 2;

var userAgent = navigator.userAgent.toLowerCase();

if (userAgent.indexOf("seamonkey", 0) > 0){
        var sh = window.document.body.clientHeight;
        spostaDiv = sh - 146;
        spostaCopy = sh - 27;

}
else if (userAgent.indexOf("flock", 0) > 0){
        var sh = window.document.body.clientHeight;
        spostaDiv = sh - 146;
        spostaCopy = sh - 27;

}
else if (userAgent.indexOf("navigator", 0) > 0){
        var sh = window.document.body.clientHeight;
        spostaDiv = sh - 146;
        spostaCopy = sh - 27;

}
else if (userAgent.indexOf("firefox", 0) > 0){
        var sh = window.document.body.clientHeight;
        spostaDiv = sh - 146;
        spostaCopy = sh - 27;
        xx = 2;

}
else if (userAgent.indexOf("pera", 0) > 0){
        var ah = window.outerHeight;
        spostaCopy = ah - 32 - 27;
        spostaDiv = ah - 32  - 146;
        xx = 3;

}
else if (userAgent.indexOf("safari", 0) > 0){
        var sh = document.documentElement.offsetHeight;
        spostaDiv = sh - 146;
        spostaCopy = sh - 27;

        xx = 5;
}
else if (userAgent.indexOf("msie", 0) > 0){
        var sh = document.documentElement.offsetHeight;
        spostaDiv = sh - 146;
        spostaCopy = sh - 27;
        xx = -18;
}
else{
        var sh = document.documentElement.offsetHeight;
        spostaDiv = sh - 146;
        spostaCopy = sh - 27;
        xx = 0;
}

if (spostaDiv < 395){
    
    document.getElementById('foto').style.visibility = 'hidden';
}
else{
    document.getElementById('foto').style.visibility = 'visible';
}

document.getElementById('corpoCopy').style.top = spostaCopy;
document.getElementById('corpoLeft').style.height = spostaDiv;
document.getElementById('corpoRight').style.height = spostaDiv;
document.getElementById('Panel1').style.height = spostaDiv;

var ScrWidth = window.document.body.scrollWidth;
var ScrHeight = window.document.body.scrollHeight;
			
    if(ScrWidth-xx-800>0){
		sposta = Math.round((ScrWidth-xx-800)/2);}
	else{
	    sposta = 1;}
			
	document.getElementById('logo').style.left = sposta;
	document.getElementById('divMenu').style.left = sposta;
	document.getElementById('corpoLeft').style.left = sposta;
	document.getElementById('corpoRight').style.left = sposta + 225;
	document.getElementById('corpoCopy').style.left = sposta;
	

setTimeout('init()',500)

}


function apriPrivacy(){
 window.open("privacy.aspx","popup","width=820px, height=620px, left=100px, top=10px, resizable=no, scrollbars=yes,");
  }
 
 function apriRegola(){
 window.open("regolamento.aspx","popup2","width=820px, height=620px, left=100px, top=10px, resizable=no, scrollbars=yes,");
  }
  
  function apriBrowser(){
 window.open("browser.aspx","popup4","width=820px, height=620px, left=100px, top=10px, resizable=no, scrollbars=yes,");
  }
 
 function apriMobile(){
 window.open("mobilphone.aspx","popup5","width=820px, height=620px, left=100px, top=10px, resizable=no, scrollbars=yes,");
  }

//-->	
