//dynamic menu for Learning Curve (lc) - British Empire klee v1.0
//Empire klee v1.1 fix on Opera5 and NS7 and IE cell layer.
function lcLoadMenus() {
  if (window.lc_menu_0) return;
  window.lc_menu_0 = new Menu("root",148,19,"Verdana, Arial, Helvetica, sans-serif",10,"#C09041","#ffffff","#ffffff","#C09041","left","middle",0,0,1000,0,0,true,true,true,10,true,true);
  lc_menu_0.addMenuItem("SOURCE&nbsp;ONE","location='g2cs3s1a.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;TWO","location='g2cs3s2a.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;THREE","location='g2cs3s3.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;FOUR","location='g2cs3s4.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;FIVE","location='g2cs3s5.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;SIX","location='g2cs3s6a.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;SEVEN","location='g2cs3s7.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;EIGHT","location='g2cs3s8.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;NINE","location='g2cs3s9.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;TEN","location='g2cs3s10.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;ELEVEN","location='g2cs3s11.htm'");
  lc_menu_0.bgImageUp="../images/option_g2_d.gif";
  lc_menu_0.bgImageOver="../images/option_g2_u.gif";
  lc_menu_0.fontWeight="bold";
  lc_menu_0.hideOnMouseOut=true;
  lc_menu_0.writeMenus();
}//dynamic menu for Learning Curve end
