var journalMenu={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!

journalMenu.items=[
	["Arts",				"/journal/?cat=Arts"				],
	["Civil Rights &amp; Law",		"/journal/?cat=Civil+Rights+%26+Law"		],
	["Defense",				"/journal/?cat=Defense"				],
	["Disabilities",			"/journal/?cat=Disabilities"			],
	["Economy",				"/journal/?cat=Economy"				],
	["Education",				"/journal/?cat=Education"			],
	["Energy &amp; Environment",		"/journal/?cat=Energy+%26+Environment"		],
	["Ethics",				"/journal/?cat=Ethics"				],
	["Family",				"/journal/?cat=Family"				],
	["Fiscal Responsibility",		"/journal/?cat=Fiscal+Responsibility"		],
	["Foreign Policy",			"/journal/?cat=Foreign+Policy"			],
	["Health Care",				"/journal/?cat=Health+Care"			],
	["Homeland Security",			"/journal/?cat=Homeland+Security"		],
	["Immigration",				"/journal/?cat=Immigration"			],
	["Poverty",				"/journal/?cat=Poverty"				],
	["Rural",				"/journal/?cat=Rural"				],
	["Science &amp; Technology",		"/journal/?cat=Science+%26+Technology"		],
	["Seniors &amp; Social Security",	"/journal/?cat=Seniors+%26+Social+Security"	],
	["Scorecard",				"/journal/?cat=Scorecard"			],
	["Service",				"/journal/?cat=Service"				],
	["Taxes",				"/journal/?cat=Taxes"				],
	["Transportation",			"/journal/?cat=Transportation"			],
	["Urban Policy",			"/journal/?cat=Urban+Policy"			],
	["Veterans",				"/journal/?cat=Veterans"			],
	["Women",				"/journal/?cat=Women"				],
	["Leadership",				"/journal/?cat=Leadership"			]
	// ["Commentary",				"/journal/?cat=Commentary"			] //no comma for last entry!
]





var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#FDD271', linktarget:'_new'} //Second menu variable. Same precaution.

anylinkmenu2.items=[

	["CNN", "http://www.cnn.com/"],

	["MSNBC", "http://www.msnbc.com/"],

	["Google", "http://www.google.com/"],

	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!

]







var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'secwin'} //Third menu variable. Same precaution.

anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"

anylinkmenu3.items=[

	["Dynamic Drive", "http://www.dynamicdrive.com/"],

	["CSS Drive", "http://www.cssdrive.com/"],

	["JavaScript Kit", "http://www.javascriptkit.com/"],

	["Coding Forums", "http://www.codingforums.com/"],

	["JavaScript Reference", "http://www.javascriptkit.com/jsref/", "efc"],

	["CNN", "http://www.cnn.com/"],

	["MSNBC", "http://www.msnbc.com/"],

	["Google", "http://www.google.com/"],

	["BBC News", "http://news.bbc.co.uk", "efc"],

	["News.com", "http://www.news.com/"],

	["SlashDot", "http://www.slashdot.com/"],

	["Digg", "http://www.digg.com/"],

	["Tech Crunch", "http://techcrunch.com"] //no comma following last entry!

]





var anylinkmenu4={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#DFFDF4', linktarget:'_new'} //Second menu variable. Same precaution.

anylinkmenu4.items=[

	["CNN", "http://www.cnn.com/"],

	["MSNBC", "http://www.msnbc.com/"],

	["Google", "http://www.google.com/"],

	["BBC News", "http://news.bbc.co.uk"] //no comma following last entry!

]

