function AbreJanela(url,width,height) 
{
 window.open(url,'modulo','width=' + width +',height='+height).focus();
}
