function janela(url,lar,alt)
{
window.open(url,"","top=0,left=0,width="+lar+",height="+alt);
}

