function popwin (theurl) {
np = window.open(theurl,'pop','width=390,height=200,innerWidth=390,innerHeight=200,menubar=0,locationbar=0,personalbar=0,statusbar=0,scrollbars=1,resizable=0');
np.window.moveTo(30,30);
np.window.focus();
}