// JavaScript Document
   var stileFaq = "top=10, left=10, width=950, height=600, status=yes, menubar=no, toolbar=no, scrollbar=yes";
     function Popupfaq(apri) {
        window.open(apri, "", 'scrollbars=yes,width=950,height=500');
     }
   var stile = "top=10, left=10, width=800, height=610, status=yes, menubar=no, toolbar=no, scrollbar=yes";
     function Popup(apri) {
        window.open(apri, "", stile);
     }
	 var stilemappa = "top=10, left=10, width=750, height=500, status=yes, menubar=no, toolbar=no, scrollbar=yes";
     function Popupmap(apri) {
        window.open(apri, "", stilemappa);
     }
	 	 var stilevideo = "top=10, left=10, width=446, height=360, status=yes, menubar=no, toolbar=no, scrollbar=no";
     function Popupvideo(apri) {
        window.open(apri, "", stilevideo);
     }
	  var stilegallery = "top=10, left=10, width=800, height=600, status=yes, menubar=no, toolbar=no, scrollbar=yes";
     function gallery(apri) {
        window.open(apri, "", stilegallery);
     }
	  var stilerate = 'width=830, height=500, scrollbar=yes';
     function Poprate(apri) {
        window.open(apri, "", 'scrollbars=yes,width=830,height=500');
     }

	 function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}
function apri_livehelp() {nuovo_LiveHelp_53572=window.open('http://server.livehelp.it/client_user/default.asp?provenienza='+ escape(document.location.href) +'&info=&stanza=&ID=53572&gruppo=Assistenza','LiveHelpwin1_53572', 'status=yes,toolbar=no,width=500,height=400,resizable=yes'); nuovo_LiveHelp_53572.focus();}
// mostra, nasconde un div
	function HideDiv(ID){
			document.getElementById(ID).style.display='none';
		}
		
		function ShowDiv(ID){
			document.getElementById(ID).style.display='';
		}
		
		function ShowHideDiv(ID){
			if(document.getElementById(ID).style.display==''){
				HideDiv(ID);
			}else{
				HideDiv("sc2");
				ShowDiv(ID);
			}
		}
		function ShowHideDiv(ID){
			if(document.getElementById(ID).style.display==''){
				HideDiv(ID);
			}else{
				HideDiv("sc3");
				ShowDiv(ID);
			}
		}
//finee
