function janela(url, name, width, height)
{
settings=
"toolbar=no,location=yes,directories=no,"+
"status=no,menubar=no,scrollbars=no,"+
"top=25,left=25,"+
"resizable=no,width="+width+",height="+height;

novajanela=window.open(url,name,settings);
}
