//Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

function showToolbar()
{
// AddItem(id, text, hint, location, alternativeLocation);
// AddSubItem(idParent, text, hint, location, linktarget);

	menu = new Menu();
	menu.addItem("homeid", "Home", "",  "http://www.allamericanmilitary.com/main.html", null);
	menu.addItem("membersid", "Members", "", null, null);
	menu.addItem("videosid", "DVD's For Sale", "",  null, null),
	
	//menu.additem("links", "AAM Movie Theater", "",  null, null);

    menu.addItem("miscid", "AAM Affiliate Program", "",  null, null);
	menu.addItem("helpid", "Help Desk", "",  null, null);
    menu.addItem("mailinglistid", "Mailing List", "",  null, null);
	menu.addItem("linksid", "AAM Movie Theater", "",  null, null);
  
	menu.addItem("contactid", "Money Gifts", "",  "http://www.allamericanmilitary.com/money.html", null);

	menu.addSubItem("membersid", "MEMBER ACCESS", "",  "http://www.allamericanmilitary.com/members/protected", "blank");
	//menu.addSubItem("membersid", "Buy A Membership", "",  "http://www.allamericanmilitary.com/memberservices.html", "");
    menu.addSubItem("linksid", "AAM Movie Theater", "",  "http://www.allamericanmilitary.com/links.html", "");

	
	menu.addSubItem("videosid", "DVD STORE", "",  "http://www.allamericanmilitary.com/ibill-test.html", "");
	menu.addSubItem("videosid", "Terms & Conditions", "",  "http://www.allamericanmilitary.com/ibilltc.html", "");
    //menu.addSubItem("links", "ALLAMERICANMILITARY STREAMING THEATER", "",  "http://www.allamericanmilitary.com/links.html", "");
    //menu.addSubItem("videosid", "Issues 15 thru 18", "",  "http://www.allamericanmilitary.com/issues15-18/issues15-18.html", "");
    //menu.addSubItem("videosid", "Issues 19 thru 22", "",  "http://www.allamericanmilitary.com/issues19-22/issues19-22.html", "");
    //menu.addSubItem("videosid", "Issues 23 thru 27", "",  "http://www.allamericanmilitary.com/issues23-27/issues23-27.html", "");
    //menu.addSubItem("videosid", "Issues 28 thru 32", "",  "http://www.allamericanmilitary.com/issues28-32/issues28-32.html", "");
    //menu.addSubItem("videosid", "Issues 33 thru 37", "",  "http://www.allamericanmilitary.com/issues33-37/issues33-37.html", "");
    //menu.addSubItem("videosid", "Issues 38 thru 42", "",  "http://www.allamericanmilitary.com/issues38-42/issues38-42.html", "");
    //menu.addSubItem("videosid", "Issues 43 thru 47", "",  "http://www.allamericanmilitary.com/issues43-47/issues43-47.html", "");
	//menu.addSubItem("videosid", "Issues 48 thru 50", "",  "http://www.allamericanmilitary.com/issues48-50/issues48-50.html", "");
	//menu.addSubItem("videosid", "Straight & Bisexual", "",  "http://www.allamericanmilitary.com/straightbi/straightbi.html", "");
	//menu.addSubItem("videosid", "SGT Stroke'Em #1", "",  "http://www.allamericanmilitary.com/sgtstrokem/sgtstrokem.html", "");
	//menu.addSubItem("videosid", "Chicks of Trademark", "",  "http://www.allamericanmilitary.com/chicks/chicks.html", "");
	//menu.addSubItem("videosid", "Rectum Hell 1", "",  "http://www.allamericanmilitary.com/blockbusters/rectumhell1.html", "");
	//menu.addSubItem("videosid", "Teach Me To Fuck", "",  "http://www.allamericanmilitary.com/blockbusters/teach_me_to_fuck.html", "");
    
    //menu.addSubItem("ppvid", "Main Theater 1", "",  "http://template.aebn.net/tid/8317/index.cfm?fuseaction=Archive.ArchiveSearch&listArchiveSeriesID=424", "blank");
    //menu.addSubItem("ppvid", "Custom Theater 2", "",  "http://template.aebn.net/tid/15471/index.cfm?tid=15471", "blank");
    //menu.addSubItem("ppvid", "Straight Theater", "",  "http://www.boobpayperview.com/frameset.cfm?refid=AEBN-007089", "blank");
	//menu.addSubItem("ppvid", "AAM Mobile Theater", "",  "http://mobile.aebn.net/?tid=15471", "blank");
    	
    //menu.addSubItem("miscid", "Wanna be a model?", "",  "http://www.allamericanmilitary.com/model.html", "");
	//menu.addSubItem("miscid", "Get a Reward!", "",  "http://www.allamericanmilitary.com/reward.html", "");
	//menu.addSubItem("miscid", "AAM Mobile", "",  "http://mobile.aebn.net/?tid=15471", "blank");

	menu.addSubItem("miscid", "AAM Affiliate Program", "",  "http://www.allamericanmilitary.com/affiliates2.html", "");

    menu.addSubItem("helpid", "Submit Ticket", "",  "http://www.allamericanmilitary.com/hesk/index.php", "blank");

    menu.addSubItem("mailinglistid", "Subscribe", "",  "http://www.allamericanmilitary.com/mailinglist.html", "blank");
				
	//menu.addSubItem("orderid", "Order Form", "",  "http://www.allamericanmilitary.com/cart/orderform.html", "blank");
    //menu.addSubItem("orderid", "Print Order Form", "",  "http://www.allamericanmilitary.com/printorderform.htm", "blank");
	//menu.addSubItem("orderid", "DVD Compatibility", "",  "http://www.allamericanmilitary.com/dvd.html", "");
	
    //menu.addSubItem("reviewsid", "What people are saying about us?", "",  "http://www.allamericanmilitary.com/reviews.html", "");
	//menu.addSubItem("reviewsid", "How did you hear about us?", "",  "http://www.allamericanmilitary.com/heardaboutus.html", "");
	
	menu.showMenu();
}
