// sqlBBS.js
function popup_window(linkedpage,width,height) 
   { 
   window.open(linkedpage, "user", "width=" + width + ",height=" + height + ",scrollbars=yes");   
   };
