 with(new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=mainStyle;
position="relative";
top=0;
left=50;
itemwidth=110;
aI("text=HOME;url=http://www.adpholdings.com;");
aI("showmenu=ABOUT;text=ABOUT US;url=about-adpHoldings.html");
aI("showmenu=TECHNOLOGIES;text=TECHNOLOGIES;url=green-technology.html")
aI("showmenu=NEWS;text=NEWS;url=green-news.html");

}
drawMenus();


