	// set up drop downs anywhere in the body of the page. I think the bottom of the page is better/ but you can experiment with effect on loadtime.
	if (TransMenu.isSupported()) {
	  var ms = new TransMenuSet(TransMenu.direction.down, 0, 0, TransMenu.reference.bottomLeft);

     
     var menu1 = ms.addMenu(document.getElementById("buy"));
	  menu1.addItem("Browse Categories", "http://www.intheglo.com/services");
	  menu1.addItem("Hiring FAQS", "http://www.intheglo.com/buying_faq.php");
	  menu1.addItem("Safety Tips", "http://www.intheglo.com/safety_tips.php");
	 
	  
	 
//====================================================================================================
 var menu2 = ms.addMenu(document.getElementById("sell"));
	  menu2.addItem("Post a service", "http://www.intheglo.com/what_tosell.php");
	  menu2.addItem("Selling Tips", "#");
	  menu2.addItem("Selling FAQs", "http://www.intheglo.com/selling_faqs.php");
	  menu2.addItem("Copyright Tips", "http://www.intheglo.com/copyrighttips.php");

//====================================================================================================
 var menu3 = ms.addMenu(document.getElementById("my"));
	  menu3.addItem("My Store", "#");
	   var submenu1 = menu3.addMenu(menu3.items[0]);  	  
		    submenu1.addItem("My Listings ", "http://www.intheglo.com/my_video.php");
		    submenu1.addItem("My Sales  ", "http://www.intheglo.com/my_sales.php");
		    submenu1.addItem("My Profile  ", "http://www.intheglo.com/uprofile.php");

	  menu3.addItem("My Account", "#");
	  
  	  var submenu1 = menu3.addMenu(menu3.items[1]);
  	  
		    submenu1.addItem("My Dashboard", "http://www.intheglo.com/dashboard.php");
			submenu1.addItem("My Purchases ", "http://www.intheglo.com/view_purchases.php");
			submenu1.addItem("My Favorites ", "http://www.intheglo.com/my_favour.php");
			submenu1.addItem("My Messages ", "http://www.intheglo.com/inbox.php");
			submenu1.addItem("My Invites ", "http://www.intheglo.com/invite_friends.php");
			submenu1.addItem("My Commentary ", "#");
			submenu1.addItem("My  Billing Information", "http://www.intheglo.com/mybillinginfo.php");
			submenu1.addItem("My  Groups ", "http://www.intheglo.com/my_group.php");

		    
//==================================================================================================== 
 var menu4 = ms.addMenu(document.getElementById("com"));
	  menu4.addItem("About ", "http://www.intheglo.com/about");
	  menu4.addItem("Blog ", "http://intheglo.wordpress.com/");
	  menu4.addItem("Jobs ", "http://intheglo.jobscore.com/list");
	  menu4.addItem("Request Category", "#");
	  menu4.addItem("Report Inappropriate Content", "#");
	  menu4.addItem("Safety tips", "http://intheglo.com/safety_tips.php");
	  menu4.addItem("Groups ", "http://www.intheglo.com/usergroups");
	  menu4.addItem("Feedback ", "http://www.intheglo.com/contact.php");

//==================================================================================================== 
 var menu5 = ms.addMenu(document.getElementById("help"));
	  menu5.addItem("FAQs ", "#");
	  	 var submenu1 = menu5.addMenu(menu5.items[0]);  	  
		    submenu1.addItem("General  ", "http://www.intheglo.com/generalfaq.php");
		    submenu1.addItem("Selling   ", "http://www.intheglo.com/selling_faqs.php");
		    submenu1.addItem("Buying  ", "http://www.intheglo.com/buying_faq.php");

	  menu5.addItem("Selling Tips ", "http://intheglo.wordpress.com/");
		 var submenu1 = menu5.addMenu(menu5.items[1]);  
		    submenu1.addItem("Services   ", "http://www.intheglo.com/selling_faqs.php");
		    submenu1.addItem("Creating a Video   ", "http://www.intheglo.com/buying_faq.php");
			submenu1.addItem("Tutorials   ", "http://www.intheglo.com/buying_faq.php");
			
	  menu5.addItem("Copyright Tips ", "http://www.intheglo.com/copyrighttips.php");
	  menu5.addItem("Contact  ", "http://www.intheglo.com/contact.php");

//==================================================================================================== 
		TransMenu.renderAll();
	}
