// Manual JavaScript


<!--

function menuView(type){ 

  //if(document.nav5) document.nav5.src="/images/global/tn_t.gif";	
  if(type=='on'){
    document.all.dsp_menu.style.visibility="visible";
  }else document.all.dsp_menu.style.visibility="hidden";

  return false;
}

function populate(){
  openInter('off');
  pat=/MSIE 4.\d{0,3}\; Mac/g;
  browser=''+navigator.userAgent;
  if(browser.match(pat)) setTimeout('html=ln.render();',500); else html=ln.render();
}

