// JavaScript Document
function verComercial(theURL) { //v2.0
  win = window.open(theURL,'comercial','width=340,height=270');
    if (window.focus) {win.focus()}     
}