﻿function registrati() 
   { 
   fin = window.open("http://www.laterlite.net/registra.html","fin","width=900,height=650,left=60,top=25,toolbar=no,scrollbars=yes") 
   } 

function recupera() 
   { 
   fin = window.open("http://www.laterlite.net/richiedidati.html","fin","width=700,height=300,left=100,top=100,toolbar=no,scrollbars=yes") 
   }
   
  function apricatalogo(nome)
  {
  percorso = "upload/documenti/"
  fin = window.open(percorso + nome,"catalogo","width=600,height=500,left=100,top=100,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes")
  }
    
  function apriprodotto(percorso,nome)
  {
  fin = window.open(percorso + nome,"prodotto","width=600,height=500,left=100,top=100,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes")
  }

  function apricapitolato(nome)
  {
  fin = window.open(nome,"capitolato","width=450,height=300,left=100,top=100,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes")
  }
  
  function aprifilmato(percorso,nome)
  {
  fin = window.open(percorso + nome,"prodotto","width=320,height=290,left=100,top=100,toolbar=no,menubar=yes,scrollbars=yes,resizable=yes")
  }
    
function OpenWin(pagina,nomepagina,larghezza,altezza,scroll)  {
	LeftPosition = (screen.width) ? (screen.width-larghezza)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-altezza)/2 : 0;
	settings = 'height='+altezza+',width='+larghezza+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable=yes'
	fine = window.open(pagina,nomepagina,settings)
	fine.focus()
  }