function abrir(url){

open(url,'','top=180,left=100,width=250,height=250');

}

function abrir2(url){

open(url,'','top=180,left=400,width=300,height=350');

}