/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function nuevaVentana(url,w,h) {
    window.open(url,'','width='+w+',height='+h+',toolbar=false,locationbar=false,menubar=false,resizable=false');
}