var newwindow;
function newwin(url)
{
    newwindow=window.open(url,'newwin','height=650,width=500,left=20,top=20,toolbar=no,location=no,scrollbars=yes,resize=yes');
    if (window.focus) {newwindow.focus()}
}