var usersmenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
usersmenu.items=[
	["My Thoughts", "owner.php"],
	["My Profile", "profile.php?page=view"],
	["Recently Joined Users", "recent_users.php"],
	["Most Active Users", "active_users.php"] //no comma following last entry!
]


var thoughtmenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
thoughtmenu.items=[
	["Recent Thoughts", "recent.php"],
	["Recent Comments", "recent_comments.php"],
	["Rated Thoughts", "rated.php"],
	["Browse Thoughts", "browse.php"],
	["Categorized Thoughts", "categories.php"],
	["Most Popular Thoughts", "popular.php"] //no comma following last entry!
]


var moremenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
moremenu.items=[
	["Add Applications", "add.php"],
	["Learn", "learn.php"],
	["Search", "search.php"],
	["FAQs", "faq.php"],
	["Selected Offers", "offers.php"],
	["Links", "links.php"] //no comma following last entry!
]