function newwin(page_src,wid,hei){
 win_prop='width='+wid+',height='+hei+',location=no,toolbar=no,menubar=no,scrollbars=yes,resizable=yes';
 window.open(page_src,'',win_prop);
};
