
<!--
function aprire01( url ){
  var name = "url";
  url = url + '.html';
 navWindow=window.open( url , name , "width=352,height=355,scrollbars=auto,status=no,resizable=yes");
 self.status = "";
}
// -->

