// TREE MENU
<!--
	var imgMenuOpen = new Image(); // for down-arrow image
	var imgMenuShut = new Image(); // for right-arrow image
	imgMenuOpen.src = "../images/about_us/butten_g.gif";
	imgMenuShut.src = "../images/products/butten_g_a.gif";
 
function toggleMenu(linkID) {
if ((eval(linkID + "_div").style.display)=="inline") {
	if (linkID=="idMenu0") {}
	else {shutOpenMenu(); } }
  else {
	if (linkID=="idMenu0") {}
	else {shutOpenMenu(); }
    eval(linkID + "_div").style.display="inline";
    eval(linkID + "_img").src=imgMenuOpen.src; }; event.returnValue=0;
}
 
function shutOpenMenu() {
  eval("idMenu0_div").style.display="none";
		
  for (var k=0; k<=3; k++) {
    if (eval("Link" + k + "_img").src==imgMenuOpen.src) {
      eval("Link" + k + "_div").style.display="none";
      eval("Link" + k + "_img").src=imgMenuShut.src; } }
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

  function NavRollOver(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="#FFEEAA";}}
  function NavRollOut(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="#ffffff";}}
  function open_info (surl, swidth, sheight, sscroll) {

  var tmp1 = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=';
  tmp1 += sscroll;
  tmp1 += ',resizable=no,copyhistory=no,width=';
  tmp1 += swidth;
  tmp1 += ',height=';
  tmp1 += sheight;
  window.open(surl,'info',tmp1);
  
  return;
  }
  function Check() {
    document.form_name2.Keyword.value = document.form_name1.query.value;
  }

  function set_search_focus(){
	document.frmsearch.keywords.focus();
  }
// -->

