function AD_eMBe_openBrWindow(theURL,winName,features) { //v2.0
x=screen.availWidth - 10;
y=screen.availHeight - 10;
/*alert("x="+x+" y="+y);

x=screen.Width - 10;
y=screen.Height - 100;
alert("x="+x+" y="+y);*/
features="toolbar=no,satus=yes,width="+x+",height="+y+",top=0,left=0";
window.open(theURL,winName,features);
}


function foto(theURL,winName,features)
{window.open(theURL,winName,features);
}