// JavaScript Document

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative";
style=topmenuStyle;
aI("text=Home;url=/et2008/public/content/home;");
//aI("showmenu=register;text=Register;url=/et2008/public/content/register;");
aI("showmenu=program;text=Program;url=/et2008/public/schedule/grid;");
aI("showmenu=sponsors;text=Exhibit Hall;url=/et2008/public/content/exhibitors;");
aI("showmenu=about;text=About;url=/et2008/public/content/about;");
aI("showmenu=connect;text=Connect;url=/et2008/public/content/contact;");
}
drawMenus();