/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var menuwidth='165px' //default menu width
var menubgcolor='#ffffff'  //menu bgcolor
var disappeardelay=150  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="no" //hide menu when user clicks within menu?


//Contents for menu 1
var menu1=new Array()
menu1[0]='<a href="profile/index.html">Corporate History</a>'
menu1[1]='<a href="profile/vision.html">Our Vision and Mission</a>'
menu1[2]='<a href="profile/preferred.html">Preferred Supplier</a>'

//Contents for menu 2
var menu2=new Array()
menu2[0]='<a href="background/index.html">History</a>'
menu2[1]='<a href="background/plant.html">The Plant</a>'
menu2[2]='<a href="background/production.html">Production Process</a>'
menu2[3]='<a href="background/cedarberg.html">Cedarberg Area</a>'

//Contents for menu 3
var menu3=new Array()
menu3[0]='<a href="lifestyle/index.html">Health Benefits</a>'
menu3[1]='<a href="lifestyle/cando.html">What Rooibos Can Do</a>'
menu3[2]='<a href="lifestyle/mothers.html">Mom&rsquo;s and Babies</a>'
menu3[3]='<a href="lifestyle/perfect.html">Making the Perfect Cuppa</a>'
menu3[4]='<a href="lifestyle/hints.html">Hints and Tips</a>'
menu3[5]='<a href="lifestyle/recipes.html">Recipes</a>'
menu3[6]='<a href="lifestyle/testmnls.html">Testimonials</a>'
menu3[7]='<a href="lifestyle/info.html">Health Care Professionals</a>'

//Contents for menu 4
var menu4=new Array()
menu4[0]='<a href="products/preferred.html">Preferred Supplier</a>'
menu4[1]='<a href="products/development.html">Product Development</a>'
menu4[2]='<a href="products/index.html">Product Range</a>'	
menu4[3]='<a href="products/packaging.html">Packaging</a>'

//Contents for menu 5
var menu5=new Array()
menu5[0]='<a href="quality/index.html">Quality Control</a>'
menu5[1]='<a href="quality/stages.html">Stages of Quality Control</a>'		

//Contents for menu 6
var menu6=new Array()
menu6[0]='<a href="research/index.html">Health Facts</a>'
menu6[1]='<a href="research/research.html">Research Extracts</a>'
menu6[2]='<a href="research/information.html">Nutritional Information</a>'

//Contents for menu 7
var menu7=new Array()
menu7[0]='<a href="news/index.html">Latest News</a>'
menu7[1]='<a href="news/rdev.html">Research and New Developments</a>'
menu7[2]='<a href="news/events.html">Upcoming Events</a>'
menu7[3]='<a href="news/festival.html">Cederberg Festival</a>'




