﻿// JScript File

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative";
style=menuStyle;
aI("showmenu=Home;text=Home;url=/default.aspx;");
aI("showmenu=Services;text=Services;");
aI("showmenu=Solutions;text=Solutions;");
aI("showmenu=Portfolio;text=Project Portfolio;");
aI("showmenu=News;text=News;");
aI("showmenu=Downloads;text=Downloads;");
aI("text=EISweb;url=http://eisweb.enterinfo.com/;");
}
drawMenus();