<!--
 
if (lb_isIE) 
{
 if (!lb_isIE5) 
 {
  document.location.href = "../InvalidBrowser.asp";
 }
}
//alert(lb_isNav);
if (lb_isNav) 
{
 if (!lb_isNav5) 
 {
  document.location.href = "../InvalidBrowser.asp";
 }
}
//-->
