function janela(soul1,soul2) {
window.open(soul1,"janela","scrollbars=yes,width=500,height="+soul2+",satusbar=no,toolbar=no");
}