function publicidad() {

            openBrWindow('publicidad.html','publi','width=595,height=842')

}


function openBrWindow(theURL,winName,features) {

  window.open(theURL,winName,features);

}
