<!--
menu = new sBurlex('menu');

menu.add(0,-1,'&nbsp;<b>Main Links</b>');
menu.add(1,0,'Home','index.php','','_parent','img/menu/imvu/home.gif');
menu.add(2,0,'Links','','','','','',true);
menu.add(3,2,'Partners','index.php?page=Partners','','_parent','img/menu/partners.gif');
menu.add(4,2,'Aragon System','index.php?page=Aragon','','_parent','img/menu/page.gif');
menu.add(5,0,'Toolbar','','Burlex Dev Toolbar','','','img/menu/toolbar.gif',true);
menu.add(6,5,'Download','http://burlexpartnerdev.ourtoolbar.com/','','_blank','img/menu/download.gif');
menu.add(7,5,'Tell a Friend','http://burlexpartnerdev.ourtoolbar.com/tellafriend/','','_blank','img/menu/tellfriend.gif');

menu.add(9,-1,'&nbsp;<b>IMVU Main</b>');
menu.add(10,9,'IMVU Home','http://www.imvu.com/','','_blank','img/menu/imvu/home.gif');
menu.add(11,9,'Messages','http://www.imvu.com/catalog/web_messagebox.php','','_blank','img/menu/imvu/messages.gif');
menu.add(12,9,'Inventory','http://www.imvu.com/catalog/web_myinventory.php','','_blank','img/menu/imvu/inventory.gif');
menu.add(13,9,'Gallery','http://www.imvu.com/catalog/cpg144/index.php','','_blank','img/menu/imvu/gallery.gif');
menu.add(14,9,'Outfits','http://avatars.imvu.com/outfits/outfit_manage.php','','_blank','img/menu/imvu/outfits.gif');

menu.add(15,-1,'&nbsp;<b>IMVU Developers</b>','');


menu.add(16,-1,'&nbsp;<b>IMVU Offers</b>');
menu.add(17,16,'Free Spin','http://www.imvu.com/catalog/web_spinfree.php','','_blank','img/menu/imvu/freespin.gif');
menu.add(18,16,'Partner Offers','http://www.imvu.com/offerpal/','','_blank','img/menu/imvu/partneroffers.gif');
menu.add(19,16,'New Products','http://www.imvu.com/catalog/products_new.php','','_blank','img/menu/imvu/newproducts.gif');

menu.add(20,-1,'&nbsp;<b>IMVU Documentation</b>');
menu.add(21,20,'Terms of Service','http://www.imvu.com/catalog/web_info.php?section=Info&topic=terms_of_service','','_blank','img/menu/imvu/important.gif');
menu.add(22,20,'Privacy Statement','http://www.imvu.com/catalog/web_info.php?section=Info&topic=privacy','','_blank','img/menu/imvu/important.gif');
menu.add(23,20,'Safety Tips','http://www.imvu.com/catalog/web_safety_tips01.php','','_blank','img/menu/imvu/important.gif');

menu.add(24,15,'Developer Report','http://www.imvu.com/catalog/developer_report.php','','_blank','img/imvu/reports.gif');
menu.add(25,15,'Texture Templates','http://www.imvu.com/catalog/web_texture_templates.php','','_blank','img/imvu/texture.gif');
menu.add(26,15,'Education Center','http://www.imvu.com/creators/education_center.php','','_blank','img/imvu/education.gif');
menu.add(27,15,'Bulk Tagger','http://www.imvu.com/shop/web_developer.php','','_blank','img/imvu/bulk.gif');
menu.add(28,15,'Peer Review','http://www.imvu.com/peer_review/','','_blank','img/imvu/peer.gif');
menu.add(29,15,'Shoutouts','http://www.imvu.com/catalog/web_shoutout_view.php','','_blank','img/imvu/shoutout.gif');
menu.add(30,15,'Create a Bundle','http://www.imvu.com/catalog/web_submit_product.php?product_bundle=yes&submit_type=new_product&derived_from_product_id=15956','','_blank','img/imvu/bundle.gif');
//menu.add(12,0,'Recycle Bin','example01.html','Title / Tooltop','_parent','img/menu/folder.gif','img/menu/folderopen.gif');
document.write(menu);
//-->
