<!--
	function DisplayMail(Server, Login, Display) {
		if ((Display.length == 0) || (Display.indexOf('@')+1)) {
		document.write("<A HREF=" + "'mai" + "lto:" + Login + "@" + Server + "'>" + Login + "@" + Server + "</A>"); }
		else  {
		document.write("<A HREF=" + "'mai" + "lto:" + Login + "@" + Server + "'>" + Display + "</A>"); }
	}
	
	function MM_preloadImages() { //v3.0
	  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
	    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
	}
	
	function Popup(desktopURL,w,h) {
		desktop = window.open(desktopURL, "new","toolbar=no,screenX=0,screenY=0,left=0,top=0,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes"+",width="+w+",height="+h );
	}
	
	function controllospazio(campotesto){
		while (campotesto.substring(0,1)==" "){
			campotesto=campotesto.substring(campotesto.length-(campotesto.length-1),campotesto.length)
			}
	return campotesto
	}
	
	function loadjscssfile(filename, filetype){
	 if (filetype=="js"){ //if filename is a external JavaScript file
		var fileref=document.createElement('script')
		fileref.setAttribute("type","text/javascript")
		fileref.setAttribute("src", filename)
	 }
	 else if (filetype=="css"){ //if filename is an external CSS file
		var fileref=document.createElement("link")
		fileref.setAttribute("rel", "stylesheet")
		fileref.setAttribute("type", "text/css")
		fileref.setAttribute("href", filename)
	 }
	 if (typeof fileref!="undefined")
		document.getElementsByTagName("head")[0].appendChild(fileref)
	}
	
	if (/Opera[\/\s](\d+\.\d+)/.test(navigator.userAgent)){ //test for Opera/x.x or Opera x.x (ignoring remaining decimal places);
		var oprversion=new Number(RegExp.$1) // capture x.x portion and store as a number
		loadjscssfile("/include/ipzs2010Opera.css", "css")
	}
	 
	if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ //test for MSIE x.x;
	 var ieversion=new Number(RegExp.$1) // capture x.x portion and store as a number
 		loadjscssfile("/include/ipzs2010IE.css", "css")
	}	 

	//if (/Firefox[\/\s](\d+\.\d+)/.test(navigator.userAgent)){ //test for Firefox/x.x or Firefox x.x (ignoring remaining digits);
	//	 var ffversion=new Number(RegExp.$1) // capture x.x portion and store as a number
	//	 loadjscssfile("/include/ipzs2010FF.css", "css")
	//}
 
	//loadjscssfile("myscript.js", "js") //dynamically load and add this .js file
	//loadjscssfile("javascript.php", "js") //dynamically load "javascript.php" as a JavaScript file
	//loadjscssfile("mystyle.css", "css") ////dynamically load and add this .css file	
		
//-->