var newwindow;
function neww(url)
{
        newwindow=window.open(url,'name','height=650,width=610,resizable=no,toolbar=no,menubar=no,scrollbars=yes');
        if (window.focus) {newwindow.focus()}
}
