var menuMgr = new NlsMenuManager("menuMgr");
function initMenu() { 
var Page1 = menuMgr.createMenubar("Page1");
Page1.addItem("0","Home", "default.asp?active_page_id=1","");
Page1.addSeparator();
var Page121 = menuMgr.createMenu("Page121");
Page1.addItem("1", "Showroom","default2.asp?active_page_id=121", "", true, null, "Page121");
Page121.showIcon=false;
Page121.showSubIcon=true;
Page121.flowOverFormElement=false;
Page121.dropShadow('none');
Page121.stlprf="vert_";
Page1.addSeparator();
var Page161 = menuMgr.createMenu("Page161");
Page121.addItem("1", "Elise S","Elise-S.asp?active_page_id=161", "", true, null, "Page161");
Page161.showIcon=false;
Page161.showSubIcon=true;
Page161.flowOverFormElement=false;
Page161.dropShadow('none');
Page161.stlprf="vert_";
Page121.addSeparator();
Page161.addItem("1","Elise S Technical Specifications", "Elise-S.asp?active_page_id=166","");  

var Page158 = menuMgr.createMenu("Page158");
Page121.addItem("2", "Elise R","Elise-R.asp?active_page_id=158", "", true, null, "Page158");
Page158.showIcon=false;
Page158.showSubIcon=true;
Page158.flowOverFormElement=false;
Page158.dropShadow('none');
Page158.stlprf="vert_";
Page121.addSeparator();
Page158.addItem("1","Elise R Technical Specifications", "Elise-R.asp?active_page_id=167","");  

var Page162 = menuMgr.createMenu("Page162");
Page121.addItem("3", "Elise SC","Elise-Supercharged.asp?active_page_id=162", "", true, null, "Page162");
Page162.showIcon=false;
Page162.showSubIcon=true;
Page162.flowOverFormElement=false;
Page162.dropShadow('none');
Page162.stlprf="vert_";
Page121.addSeparator();
Page162.addItem("1","Elise SC Technical Specifications", "Elise-Supercharged.asp?active_page_id=168","");  

var Page159 = menuMgr.createMenu("Page159");
Page121.addItem("4", "Exige S","Exige-S.asp?active_page_id=159", "", true, null, "Page159");
Page159.showIcon=false;
Page159.showSubIcon=true;
Page159.flowOverFormElement=false;
Page159.dropShadow('none');
Page159.stlprf="vert_";
Page121.addSeparator();
Page159.addItem("1","Exige S Technical Specifications", "Exige-S.asp?active_page_id=169","");  

var Page163 = menuMgr.createMenu("Page163");
Page121.addItem("5", "Exige Cup 260","Exige-ZAO.asp?active_page_id=163", "", true, null, "Page163");
Page163.showIcon=false;
Page163.showSubIcon=true;
Page163.flowOverFormElement=false;
Page163.dropShadow('none');
Page163.stlprf="vert_";
Page121.addSeparator();
Page163.addItem("1","Exige Cup 260 Technical Specifications", "Exige-ZAO.asp?active_page_id=170","");  

var Page164 = menuMgr.createMenu("Page164");
Page121.addItem("6", "Evora","Evora.asp?active_page_id=164", "", true, null, "Page164");
Page164.showIcon=false;
Page164.showSubIcon=true;
Page164.flowOverFormElement=false;
Page164.dropShadow('none');
Page164.stlprf="vert_";
Page121.addSeparator();
Page164.addItem("1","Evora Technical Specifications", "Evora.asp?active_page_id=171","");  

var Page160 = menuMgr.createMenu("Page160");
Page121.addItem("7", "Europa S","EuropaS.asp?active_page_id=160", "", true, null, "Page160");
Page160.showIcon=false;
Page160.showSubIcon=true;
Page160.flowOverFormElement=false;
Page160.dropShadow('none');
Page160.stlprf="vert_";
Page121.addSeparator();
Page160.addItem("1","Europa S Technical Specifications", "EuropaS.asp?active_page_id=172","");  

var Page175 = menuMgr.createMenu("Page175");
Page121.addItem("8", "Europa SE","LotusShowroom.asp?active_page_id=175", "", true, null, "Page175");
Page175.showIcon=false;
Page175.showSubIcon=true;
Page175.flowOverFormElement=false;
Page175.dropShadow('none');
Page175.stlprf="vert_";
Page121.addSeparator();
Page175.addItem("1","Europa SE Technical Specifications", "LotusShowroom.asp?active_page_id=176","");  

var Page165 = menuMgr.createMenu("Page165");
Page121.addItem("9", "2 Eleven","Eleven-2.asp?active_page_id=165", "", true, null, "Page165");
Page165.showIcon=false;
Page165.showSubIcon=true;
Page165.flowOverFormElement=false;
Page165.dropShadow('none');
Page165.stlprf="vert_";
Page165.addItem("1","2 Eleven Technical Specifications", "Eleven-2.asp?active_page_id=173","");  

Page1.addItem("2","Pre-Owned & Demo", "UsedVehicles.asp?active_page_id=177","");  

Page1.addSeparator();
Page1.addItem("3","News", "default2.asp?active_page_id=115","");  

Page1.addSeparator();
var Page61 = menuMgr.createMenu("Page61");
Page1.addItem("4", "Service","default2.asp?active_page_id=61", "", true, null, "Page61");
Page61.showIcon=false;
Page61.showSubIcon=true;
Page61.flowOverFormElement=false;
Page61.dropShadow('none');
Page61.stlprf="vert_";
Page1.addSeparator();
Page61.addItem("1","Lotus Sydney Enthusiast Registration", "default2.asp?active_page_id=180","");  

Page1.addItem("5","Contact Us", "default2.asp?active_page_id=57","");  


menuMgr.memorizeSel=false;
Page1.orient="V";
Page1.showIcon=false;
Page1.showSubIcon=true;
Page1.flowOverFormElement=false;
Page1.dropShadow('none');

}