//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,"#C68059","#ffffff","#ffffff","#C68059","left","middle",0,0,1000,0,0,true,true,true,10,true,true);
  lc_menu_0.addMenuItem("SOURCE&nbsp;ONE","location='g3cs4s1.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;TWO","location='g3cs4s2.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;THREE","location='g3cs4s3.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;FOUR","location='g3cs4s4.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;FIVE","location='g3cs4s5.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;SIX","location='g3cs4s6.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;SEVEN","location='g3cs4s7a.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;EIGHT","location='g3cs4s8.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;NINE","location='g3cs4s9.htm'");
  lc_menu_0.addMenuItem("SOURCE&nbsp;TEN","location='g3cs4s10a.htm'");
  lc_menu_0.bgImageUp="../images/option_g3_d.gif";
  lc_menu_0.bgImageOver="../images/option_g3_u.gif";
  lc_menu_0.fontWeight="bold";
  lc_menu_0.hideOnMouseOut=true;
  lc_menu_0.writeMenus();
}//dynamic menu for Learning Curve end
