<!--
var menu1 = new MENU("left");
menu1.entry(1, 10, "<b>Home Page</b>",       "http://www.all-aboutyou.com/", "");

menu1.entry(1, 10, "<b>Forums:</b> Main Page",       "http://www.all-aboutyou.com/forums/index.html", "");
menu1.entry(2, 15, "Relationships",     "http://www.all-aboutyou.com/forums/forum-1/index.html", "");
menu1.entry(2, 15, "Tips and Advice",     "http://www.all-aboutyou.com/forums/forum-2/index.html", "");
menu1.entry(2, 15, "Just for Fun",     "http://www.all-aboutyou.com/forums/forum-3/index.html", "");

menu1.entry(1, 10, "<b>Humour:</b> Main Page",       "http://www.all-aboutyou.com/humour/index.html", "");
menu1.entry(2, 15, "Job Related",     "http://www.all-aboutyou.com/humour/category-4/index.html", "");
menu1.entry(2, 15, "Animals",     "http://www.all-aboutyou.com/humour/category-11/index.html", "");
menu1.entry(2, 15, "Funny People",     "http://www.all-aboutyou.com/humour/category-13/index.html", "");
menu1.entry(2, 15, "Computer",     "http://www.all-aboutyou.com/humour/category-12/index.html", "");
menu1.entry(2, 15, "One Lines",     "http://www.all-aboutyou.com/humour/category-5/index.html", "");
menu1.entry(2, 15, "Other Jokes",     "http://www.all-aboutyou.com/humour/category-10/index.html", "");


menu1.entry(1, 10, "<b>Member</b>",       "http://www.all-aboutyou.com/members/index.html", "");
menu1.entry(2, 30, "New Member Registration",       "http://www.all-aboutyou.com/members/register.php", "");
menu1.entry(2, 15, "Member Page",       "http://www.all-aboutyou.com/members/member.php", "");
menu1.entry(2, 15, "Member LogOut",       "http://www.all-aboutyou.com/members/logout.php", "");
menu1.entry(2, 15, "Member LogIn",       "", "");
menu1.entry(3, 90, "<form action=http://www.all-aboutyou.com/members/login.php method=post>LogIn:<br><input type=text style='width:100%' name=user><br><input type=text style='width:100%' name=pass><br><input type=submit style='width:100%' value=login></form>", "", "");

menu1.entry(1, 10, "<b>Links:</b> Main Page",       "http://www.all-aboutyou.com/links/index.html", "");
menu1.entry(2, 15, "Advice",     "http://www.all-aboutyou.com/links/directory-2/index.html", "");
menu1.entry(2, 15, "Dating",     "http://www.all-aboutyou.com/links/directory-1/index.html", "");
menu1.entry(2, 15, "Humor",     "http://www.all-aboutyou.com/links/directory-3/index.html", "");
menu1.entry(2, 15, "Society",     "http://www.all-aboutyou.com/links/directory-4/index.html", "");

menu1.mainTop = 85;
menu1.mainLeft = 15;
menu1.mainBGColor = "";
menu1.floatMenu = false;
menu1.create();

//-->