// Created by Folino Rocco

function wopen(collegamento,w,h)
{
  window.open(collegamento ,'', 'width='+w+',height='+h+',resizable=no,scrollbars=yes');
}

