  function popWin(url,name,w,h,s) {
    var win=window.open(url,name,'toolbar=0,scrollbars='+s+',location=0,statusbar=0,menubar=0,resizable=0,width='+w+',height='+h+'');
    if (window.focus)win.focus();

    // var build='<html><body bgcolor="#F2F2E6" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td bgcolor="#7777A4"><img src="/i/bar-logo.gif" width="250" height="20" alt=""/></td></tr></table></body></html>'
    // win.document.write(build); win.document.close();
    // win.location=url;
    //win.resizeTo(w,h);
  }
function popFeatures() { popWin('features-overview.htm','featuresWin',590,420,0); }
function goLink(url) { top.location=url; }