function popopen(url,name,size) {
        newwindow=window.open(url,name,'width=550,height=500,resizable=1,status=1,menubar=1,scrollbars=1');
        if (window.focus) {newwindow.focus()}
        return false;
}