﻿function abrirpopup(link)
 {
   var width = 580;
   var height = 350;

   var left = 99;
   var top = 99;

   window.open(link,'suporte', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=yes, toolbar=no, location=no, directories=no, menubar=no, resizable=yes, fullscreen=no');

}


