if(TransMenu.isSupported())
{
	var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);
	var menu4 = ms.addMenu(document.getElementById("News"));
		menu4.addItem("Movie News","/sub.php?cat_id=1");
		menu4.addItem("Television News","/sub.php?cat_id=2");
		menu4.addItem("General Entertainment News","/sub.php?cat_id=3");
	var menu5 = ms.addMenu(document.getElementById("In_The_Spot_Light"));
//		menu5.addItem("Main", "landing_spotlight.php");
		menu5.addItem("The Darkest Ranks", "latest_spotlight_category.php?cat_id=13");
		menu5.addItem("Remote View", "latest_spotlight_category.php?cat_id=11");
//		menu5.addItem("Latent Image", "#");
//		menu5.addItem("Retro Caf&eacute;", "#");
//		menu5.addItem("The Cinema Boffin", "latest_spotlight_category.php?cat_id=10");
//		menu5.addItem("Cinemagic", "#");
		menu5.addItem("Features", "review_landing.php?type=features");
		menu5.addItem("Interviews", "review_landing.php?type=interviews");
		menu5.addItem("Set Visits", "review_landing.php?type=set_visits");
	var menu7 = ms.addMenu(document.getElementById("Reviews"));
		menu7.addItem("Movie Reviews","/review_landing.php?type=movie");
		menu7.addItem("DVD/Blu-ray Reviews","/review_landing.php?type=dvd");
		menu7.addItem("Television/New Media Reviews","/review_landing.php?type=tv");
//	var menu8 = ms.addMenu(document.getElementById("Community"));
//		menu8.addItem("Become A Spy","/becomeaspy.php");
//		menu8.addItem("Forums","#", "Closed For Maintenance");
	var menu9 = ms.addMenu(document.getElementById("Site"));
		menu9.addItem("Submit A Scoop","javascript:pop_scoop()");
		menu9.addItem("Privacy Policy","/privacy.php");
	TransMenu.renderAll();
}
initMenu();
