//v0.1
//Copyright 2009 Lorenzo Francioli [chiocciola] gmail com, Inc. All rights reserved.
//
// Inserimento in linea
//<script type="text/javascript">
// <!--
// function PopupCentrata(collegamento) {
//   var w = 400;
//   var h = 250;
//   var l = Math.floor((screen.width-w)/2);
//   var t = Math.floor((screen.height-h)/2);
//      window.open(collegamento,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
// }
// //-->
//</script>
// <script type="text/javascript" src="popup.js"></script>
//
// <a href="javascript:PopupCentrata("collegamento.htm")">Apri la popup</a>
//

 function PopupCentrata(collegamento) {
   var w = 700;
   var h = 600;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
      window.open(collegamento,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
