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

function alterNate(elm){
	if (!elm.base) elm.base = elm.value
	if (elm.value == elm.base) elm.value = "";
	else if (elm.value == "") elm.value = elm.base;
}


  //added for master only//
  for (var i=0; i<anchors.length; i++) {
   var anchor = anchors[i];
   if (anchor.getAttribute("href") == "http://www.thunderstone.com")
     anchor.target = "_blank";
 }
 //added for master only//
  for (var i=0; i<anchors.length; i++) {
   var anchor = anchors[i];
   if (anchor.getAttribute("href") == "/texis/terms")
     anchor.target = "_blank";
 }
 
 
 
}


function jumpMenu(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
