//Help

var menu_help = { 
"Length converter" : "length_converter.php",
"Postage costs" : "postage.php",
"Advice" : "advice.php",
"Terms" : "terms.php",
"Returns policy" : "returns_policy.php",
"Privacy policy" : "privacy_policy.php" };

//Contact
						 
var menu_contact = { 
"Contact Details" : "contact_us.php",
"Feedback" : "your_feedback.php" }; 

//Menu Names

var menu = { "help" : menu_help };
var menu2 = { "contact" : menu_contact };


dhtmlmenu_build(menu);
dhtmlmenu_build(menu2);
