function openWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

onClick="openWindow('maillist.htm','window2','scrollbars=yes,resizable=yes,width=400,height=600')"
