var menuSys = new menuSystem(4, "menuSys", 270, 65, 600);

var menu0 = new menu("", "menu0", "horizontal", true, 5, 20, "4BBA98", "24A17B", "144334", "144334", "Verdana", 
	9, "", true, 1, "solid", "Black", true, 15, "symbol", "", "", "over", 5, 2, true, false, 0, "hand", false, 12, menuSys);
		menu0.addItem(20, 100, "", "", "center", "", "", "below");
		menu0.addItem(20, 175, "", "", "center", "Contents", "menu1", "below");
		menu0.addItem(20, 175, "", "", "center", "Special Sales", "menu2", "below");
		menu0.addItem(20, 175, "", "", "center", "Administrative", "menu3", "below");
        menu0.addItem(20, 100, "", "", "center", "", "", "below");
		

var menu1 = new menu("menu0", "menu1", "vertical", false, 6, 150, "azure", "24A17B", "black", "black", 
	"MS Sans Serif", 9, "", true, 1, "solid", "gray", true, 15, "symbol", "", "", "over", 5, 150, 
	true,	false, 0, "hand",	false, 0, menuSys);
		menu1.addItem(20, 150, "", "/wtgRoot/content/administrative/class.htm", "left", "Classified Advertising Print", "", "");
		menu1.addItem(20, 150, "", "/wtgRoot/content/administrative/classonline.htm", "left", "Classified Advertising Online", "", "");
		menu1.addItem(20, 150, "", "http://www.cadmus.com/ads/guidelines.asp", "left", "Digital File Specs", "", "");
		menu1.addItem(20, 150, "", "/wtgRoot/content/administrative/rates.htm", "left", "Display Advertising", "", "");
		menu1.addItem(20, 150, "", "/wtgRoot/content/administrative/pubs.htm", "left", "Publications", "", "");
		menu1.addItem(20, 150, "", "/wtgRoot/content/administrative/society.htm", "left", "Societies", "", "");

		
var menu2 = new menu("menu0", "menu2", "vertical", false, 6, 195, "azure", "24A17B", "black", "black", 
	"MS Sans Serif", 9, "", true, 1, "solid", "gray", true, 15, "symbol", "", "", "over", 5, 195, 
	true,	false, 0, "hand",	false, 0, menuSys);
		menu2.addItem(20, 195, "", "/wtgRoot/content/specialsales/reprint_quote_AAP.htm", "left", "AAP Commercial Reprints", "", "");
		menu2.addItem(20, 195, "", "/wtgRoot/content/specialsales/bbands.htm", "left", "Belly Bands/Cover Tips", "", "");
		menu2.addItem(20, 195, "", "/wtgRoot/content/specialsales/reprintEndocrineSociety_quote.htm", "left", "Endocrine Society Commercial Reprints", "", "");
		menu2.addItem(20, 195, "", "/wtgRoot/content/specialsales/reprint_quote.htm", "left", "JCO Reprint Quote Request", "", "");
		menu2.addItem(20, 195, "", "/wtgRoot/content/specialsales/jmark.htm", "left", "Journal Marks", "", "");
		menu2.addItem(20, 195, "", "/wtgRoot/content/specialsales/wallcharts.htm", "left", "Wall Charts", "", "");
				
var menu3 = new menu("menu0", "menu3", "vertical", false, 6, 150, "azure", "24A17B", "black", "black", 
	"MS Sans Serif", 9, "", true, 1, "solid", "gray", true, 15, "symbol", "", "", "over", 5, 150, 
	true,	false, 0, "hand",	false, 0, menuSys);
		menu3.addItem(20, 150, "", "/wtgRoot/content/administrative/information.html", "left", "Contact Information", "", "");
		menu3.addItem(20, 150, "", "/wtgRoot/content/administrative/class_order_forms.htm", "left", "Classified Insertion Order Forms", "", "");
		menu3.addItem(20, 150, "", "/wtgRoot/content/administrative/display_advertising_insertion.html", "left", "Display Insertion Order Forms", "", "");
		menu3.addItem(20, 150, "", "/wtgRoot/content/administrative/feedback.htm", "left", "FeedBack", "", "");
		menu3.addItem(20, 150, "", "/wtgRoot/content/administrative/mediakit.htm", "left", "Media Kit Request", "", "");
		menu3.addItem(20, 150, "", "/wtgRoot/content/administrative/reprint_quote.htm", "left", "JCO Reprint Quote Request", "", "");


