var newwindow;
function avaa(url)
{newwindow=window.open(url,'name','height=470,width=660,top=30,left=50,resizable=yes,scrollbars=yes,toolbar=no,menubar=yes,location=no,status=no');
if (window.focus) {newwindow.focus()}}
