//alert("test " + window.document.all.tags("base")[0].href);
//alert(document.all.tags.base.href);
function jumpMenu(targ,selObj,restore){
//alert ("page/" + selObj.options[selObj.selectedIndex].value);
  eval(targ+".location='"+"http://stronglite.com/home/sl1/listitems/" + selObj.options[selObj.selectedIndex].value+"'");

  if (restore) selObj.selectedIndex=0;

}

function Flyer()
{
Flyer = window.open
("http://stronglite.com/flyer.html","Menu",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=520,height=480');
}
<!-- onLoad="Flyer();"-->
<!-- function Go(){return}-->
