with(wdb=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative" 
style=menuStyle;
aI("url=index.php;text=Home Page;");
aI("url=index.php?id=services;text=Services;");
aI("url=index.php?id=contact;text=Contact Us;");
}
drawMenus(); 
