var win=0;
function abrir(url) 
{ 
win=window.open(url,'name','width=640,height=470,top=225,left=0,scrollbars=yes');
}