function nwinfo(filename) {
   var d='width=350,height=350,status=no,menubar=0,toolbar=0,directories=0,location=0,scrollbars,resizable';
   window.name='mainwindow'; 
   nwinfowindow=window.open(filename,'waninf',d); 
   nwinfowindow.focus(); 
}

function nwpicture(filename) {
   var d='width=270,height=275,status=no,menubar=0,toolbar=0,directories=0,location=0,scrollbars=0,resizable=0';
   window.name='mainwindow'; 
   nwpictwindow=window.open(filename,'dix',d);
   nwpictwindow.focus();
}

function SubmitCurr(f,yesno) {
 f.onenter.value = tmredraw;
 f.start.value = yesno;
 f.submit();
 return true;
}

function launchme(me,idx,db) {
if ((event.which && event.which == 13)
  || (event.keyCode && event.keyCode == 13)) {
    document.location.replace('/cgi-bin/absearch.exe?id='+idx+'&qs=go&db='+db+'&bl=stock&ce=stock&st=&se='+me.value);
    return false;
     }
    else return true;
}

function passmeb(me,idx,db,se) {
me.href = '/cgi-bin/absearch.exe?id='+idx+'&qs=go&db='+db+'&bl=stock&ce=stock&st=&se='+se
}



