<!--
function AbrirWindow(url){
window.open(url,'Popup','menubar=no,scrollbars=yes,width=400,height=280,resize=no,top=10,left=10')
}
//-->