<!--
function abrir2(url, name, width, height) {

settings="location=no,directories=no,fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+width+",height="+height+",left=10,top=10";
MyNewWindow=window.open(url,name,settings); }

//-->

