//Note: ALL styles are declared in menu_data_styles.js
with(milonic=new menuname("TopMenu")){
alwaysvisible=1;
openstyle="down";
orientation="horizontal";
position="relative";
style=mainStyle;
menualign="right";
rawcss="margin-left: auto; margin-right: auto;"
aI("text=Home;url=/");aI("text=My pet;showmenu=accountMenu;");aI("text=Partners;showmenu=partnersMenu;");aI("text=Pet Network;showmenu=petNetworkMenu;url=common/petNetwork.asp;");aI("text=Videos;url=common/videos.asp;");aI("text=Shop;showmenu=shopMenu;");aI("text=Information;status=Maintain the web site content;showmenu=productMenu;");
}
drawMenus();