with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=25;
itemwidth="relative";
//left=10;
align="center";
position="relative";
orientation="horizontal";
style=background;
top=10;
bgimage="images/nav_brocase.gif";
overbgimage="images/nav_brocade2.gif";

aI("url=" + getPublicURLBase() + "smr_home.php;text=Home"   );
aI("url=" + getPublicURLBase() + "smr_smr.php;text=Sakyong Mipham Rinpoche"   );
aI("showmenu=SMR_Events;text=Events;" );
aI("url=" + getPrivateURLBase() + "smr_register.php;text=Register"   );
aI("url=" + getPublicURLBase() + "smr_book.php;text=Ruling Your World"   );
aI("url=" + getPublicURLBase() + "index.php;text=London Shambhala Centre"   );


}

drawMenus();

