    function opencovemap(vUrl,vTarget)
    {
      n = open(vUrl,vTarget,'top=45,left=50,width=630,height=350,toolbar=no,scrollbars=yes,resize=yes,location=no,resizable=yes,statusbar=no');
    }

