<!--

  ie = (document.all) ? true : false;
  ns = (document.getElementById) ? true : false;

  function high(wh) {
    if (ie) {
	  theobject = wh;
	  wh.filters.alpha.opacity = 100;
	}
  }

  function low (wh) {
    if (ie) {
      wh.filters.alpha.opacity = 25;
    }
  }
  function gallery() {
    page = "gallery.html";
	window.open(page,'gallery','width=445,height=485,resizable=no,status=yes,location=no,toolbar=no,menubar=no,scrollbars=no');
  }

  var p=null;

  function contattaci(pagina) {
    p=window.open(pagina,'popup1','width=340,height=485,resizable=no,status=yes,location=no,toolbar=no,menubar=no,scrollbars=no');
  }

  function sintonizza(pagina) {
    p=window.open(pagina,'popup2','width=340,height=340,resizable=no,status=yes,location=no,toolbar=no,menubar=no,scrollbars=no');
  }

  function television(pagina) {
    p=window.open(pagina,'popup3','width=670,height=600,resizable=no,titlebar=no,location=no,status=yes,location=no,toolbar=no,menubar=no,scrollbars=yes');
  }

  function ferrari(){
    nwin=window.open('http://www.rtl.it/ferrari/ferrari.asp','ferrari',config='height=255,width=300,scrollbars=no,resizable=no,toolbar=no,location=no,status=no,menubar=no');
    nwin.focus();
  }

  function popup(fileName, width, Height){
    nwin=window.open('http://www.rtl.it/include/popup.asp?filename='+fileName+'&width='+width+'&height='+Height,'popup',config='height='+Height+',width='+width+',scrollbars=no,resizable=no,toolbar=no,location=no,status=no,menubar=no');
    nwin.focus();
  }

  function vedifoto(path_and_filename){
    p=window.open('http://www.rtl.it/include/vedifoto.asp?foto='+path_and_filename,'foto','width=800,height=600,resizable=yes,status=yes,location=no,toolbar=no,menubar=no,scrollbars=no');
  }

  function OpenWindow(TheURL, TheName, W, H, resize, stat, loc, tool, menu, scrbar, lft, tp) {
    if (lft == '') { lft = (screen.width/2)-(W/2); }
    if (tp == '') { tp = (screen.height/2)-(H/2)-20; }
    window.open(TheURL,TheName,'width='+W+',height='+H+',resizable='+resize+',status='+stat+',location='+loc+',toolbar='+tool+',menubar='+menu+',scrollbars='+scrbar+',left='+lft+',top='+tp);
  }

//-->