with(new menuname("Main Menu")){
               style=menuStyle;
               alwaysvisible=1;
			   menuwidth="100%";
menualign="center";
               position="relative";
orientation="horizontal";

aI("text=HOME&nbsp;;url=welcome.html;target=content;status=Back To Home Page;");
aI("text=&nbsp;MESSAGE BOARD&nbsp;url=/forum/;target=_top;status=Join In Discussions;");
aI("text=&nbsp;REVIEWS&nbsp;;url=/forum/viewforum.php?f=2;target=_top;status=Reviews of Past Shows;");
aI("text=&nbsp;EVENT PROMOTION&nbsp;;showmenu=promotion;");
aI("text=&nbsp;CONTACT US&nbsp;;url=contact.html;target=content;status=Contact Us;");
aI("text=&nbsp;DOWNLOADS&nbsp;;showmenu=downloads;");
}
drawMenus();

