/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='black';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='#F0E1FF';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='black';			// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='6100C1';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=0;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridownw.gif',10,5,'tri.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Business Services","Sourcing1_Introduction.htm","",4,20,130);
	Menu1_1=new Array("Sourcing","Sourcing1_Introduction.htm","",5,20,130);	
		Menu1_1_1=new Array("Introduction","Sourcing1_Introduction.htm","",0,20,130);
		Menu1_1_2=new Array("Sourcing Process","Sourcing2_Process.htm","",0);
		Menu1_1_3=new Array("Guidelines","Sourcing3_Guidelines.htm","",0);
        Menu1_1_4=new Array("Trade Fairs","Sourcing4_Fairs.htm","",0);
        Menu1_1_5=new Array("Visits","Sourcing5_Visits.htm","",0);
//                Menu1_1_5_1=new Array("Prod 1","http://","",0,20,150);
 //               Menu1_1_5_2=new Array("Prod 1","http://","",0);
	Menu1_2=new Array("Design Services","Design.htm","",0);
	Menu1_3=new Array("Office Services","Sourcing6_BusinessServices.htm","",0);
	Menu1_4=new Array("Printing","Printing.htm","",0);
//	Menu1_4=new Array("Fairs","Sourcing4_Fairs.htm","",0);
//	Menu1_5=new Array("Visits","Sourcing5_Visits.htm","",0);
//	Menu1_6=new Array("Business Services","Sourcing6_BusinessServices.htm","",0);

Menu2=new Array("Furniture","F_Office_Chairs.htm","",4,20,80);
	Menu2_1=new Array("Office","F_Office_Chairs.htm","",5,20,100);	
		Menu2_1_1=new Array("Chairs","F_Office_Chairs.htm","",5,20,120);
            Menu2_1_1_1=new Array("Office Chairs","F_Office_Chairs.htm","",0,20,100);
            Menu2_1_1_2=new Array("Manager Chairs","F_Office_Boss_Chairs.htm","",0);
            Menu2_1_1_3=new Array("Executive Chairs","F_Office_Exec_Chairs.htm","",0);
            Menu2_1_1_4=new Array("Massage Chairs","F_Massage_Chairs.htm","",0);
            Menu2_1_1_5=new Array("Metal Seats","F_Office_Metal_Chairs.htm","",0);
		Menu2_1_2=new Array("Desks","F_Office_Desks.htm","",3);
            Menu2_1_2_1=new Array("Office Desks","F_Office_Desks.htm","",0,20,100);
            Menu2_1_2_2=new Array("Manager Desks","F_Office_Desks_Manager.htm","",0);
            Menu2_1_2_3=new Array("Executive Desks","F_Office_Desks_Exec.htm","",0);
		Menu2_1_3=new Array("Filing","F_Office_Filing_Metal.htm","",3);
            Menu2_1_3_1=new Array("Metal Filing","F_Office_Filing_Metal.htm","",0,20,100);
            Menu2_1_3_2=new Array("Wooden Filing","F_Office_Filing_Wood.htm","",0);
            Menu2_1_3_3=new Array("Miscellaneous","F_Office_Filing_Misc.htm","",0);
        Menu2_1_4=new Array("Conference Tables","F_Office_Tables.htm","",0);
        Menu2_1_5=new Array("Demountable Walls","F_Office_Walls.htm","",0);
//          Menu2_1_5_1=new Array("Prod 1","http://","",0,20,150);
//          Menu2_1_5_2=new Array("Prod 1","http://","",0);
	Menu2_2=new Array("Home","F_Home_Lounge.htm","",4,20,100);
		Menu2_2_1=new Array("Bedroom","F_Home_Bedroom.htm","",0,20,120);
		Menu2_2_2=new Array("Dining","F_Home_Dining_Rustic.htm","",6,20,120);
            Menu2_2_2_1=new Array("Classic","F_Home_Dining_Classic.htm","",0,20,100);
            Menu2_2_2_2=new Array("Glass","F_Home_Dining_Glass.htm","",0);
            Menu2_2_2_3=new Array("Modern","F_Home_Dining_Modern.htm","",0);
            Menu2_2_2_4=new Array("Miscellaneous","F_Home_Dining_Other.htm","",0);
            Menu2_2_2_5=new Array("Rustic","F_Home_Dining_Rustic.htm","",0);
            Menu2_2_2_6=new Array("Sideboards","F_Home_Dining_sb.htm","",0);
		Menu2_2_3=new Array("Lounge","F_Home_Lounge.htm","",3,20,120);
            Menu2_2_3_1=new Array("Chairs","F_Home_Lounge.htm","",0,20,100);
            Menu2_2_3_2=new Array("Modern","F_Home_Modern.htm","",0);
            Menu2_2_3_3=new Array("Tables","F_Home_Lounge2.htm","",0);
	    Menu2_2_4=new Array("Home Computer","F_HPC.htm","",0);
    Menu2_3=new Array("Hotel","F_Hotel.htm","",0);
	Menu2_4=new Array("Flooring","F_Floors.htm","",0);
//	Menu2_3=new Array("Hotel","","",0);
//	Menu2_4=new Array("Home","","",0);
//	Menu2_5=new Array("School","","",0);
//	Menu2_6=new Array("Other","","",0);
//	Menu2_7=new Array("Flooring","Floors.htm","",0);
//		Menu2_7_1=new Array("Wooden Floors","","",0);
//		Menu2_7_2=new Array("Ceramic Floors","","",0);
//      Menu2_7_3=new Array("Stone Floors","","",0);
//	Menu2_8=new Array("Design Services","","",0);
	
Menu3=new Array("Electrical","dmp4.htm","",2,20,80);	
    Menu3_1=new Array("Digital","dmp4.htm","",6,20,100);
    	Menu3_1_1=new Array("MP4","dmp4.htm","",0,20,100);	
    //		Menu3_1_1_1=new Array("Prod 1","http://","",0,20,150);
   //		Menu3_1_1_2=new Array("Prod 1","","",0);
  //		Menu3_1_1_3=new Array("Prod 1","","",0);
    //        Menu3_1_1_4=new Array("Prod 1","","",0);
//            Menu3_1_1_5=new Array("Prod 1","","",2);
//                Menu3_1_1_5_1=new Array("Prod 1","http://","",0,20,150);
 //               Menu3_1_1_5_2=new Array("Prod 1","http://","",0);
    	Menu3_1_2=new Array("MP4 Watch","dMP4_Watch.htm","",0);
    	Menu3_1_3=new Array("MP3","dmp3.htm","",0);
	    Menu3_1_4=new Array("Memory","dmemory.htm","",0);
    	Menu3_1_5=new Array("Cards","dcards.htm","",0);
    	Menu3_1_6=new Array("Readers","dreaders.htm","",0);
    Menu3_2=new Array("Solar","Solar_Personal.htm","",4,20,100);
    	Menu3_2_1=new Array("Chargers","Solar_Personal.htm","",0,20,100);	
//   		Menu3_2_1_1=new Array("Solar Chargers","","",0,20,150);
//   		Menu3_2_1_2=new Array("Ruck-sack","","",0);
	    Menu3_2_2=new Array("Garden","Solar_Garden.htm","",6);
    		Menu3_2_2_1=new Array("Dragonfly","Solar_Dragonfly.htm","",0,20,100);
    		Menu3_2_2_2=new Array("Garden","Solar_Garden.htm","",0);
    		Menu3_2_2_3=new Array("Novelty","Solar_Other.htm","",0);
    		Menu3_2_2_4=new Array("Outdoor","Solar_Outdoor.htm","",0,20,100);
    		Menu3_2_2_5=new Array("Path","Solar_Path.htm","",0);
    		Menu3_2_2_6=new Array("Spotlights","Solar_Spots.htm","",0,20,100);
    	Menu3_2_3=new Array("Street Lights","Solar_Street1.htm","",2);
    		Menu3_2_3_1=new Array("Page 1","Solar_Street1.htm","",0,20,100);
    		Menu3_2_3_2=new Array("Page 2","Solar_Street2.htm","",0);
    	Menu3_2_4=new Array("Other","Solar_Other.htm","",1);
    		Menu3_2_4_1=new Array("Other Lights","Solar_Other.htm","",0,20,100);

Menu4=new Array("Sports","Sports_Rugby.htm","",1,20,80);
	Menu4_1=new Array("Sports Balls","Sports_Rugby.htm","",1,20,100);
			Menu4_1_1=new Array("Rugby Balls","Sports_Rugby.htm","",0,20,100);
//	Menu4_2=new Array("Composite","","",0);
//	Menu4_3=new Array("Other","","",0);

Menu5=new Array("Hemp","Hemp.htm","",8,20,80);
	Menu5_1=new Array("Clothing","Hemp_TopsMen.htm","",5,20,110);
		Menu5_1_1=new Array("Mens","Hemp_TopsMen.htm","",0,20,100);
		Menu5_1_2=new Array("Womens","Hemp_TopsWomen.htm","",0);
		Menu5_1_3=new Array("Jeans","Hemp_Jeans.htm","",0);
		Menu5_1_4=new Array("Shoes","Hemp_Shoes1.htm","",3,20,100);
				Menu5_1_4_1=new Array("Shoes Range 1","Hemp_Shoes1.htm","",0,20,100);
				Menu5_1_4_2=new Array("Shoes Range 2","Hemp_Shoes2.htm","",0);
				Menu5_1_4_3=new Array("Shoes Range 3","Hemp_Shoes3.htm","",0);
		Menu5_1_5=new Array("Other","Hemp_OtherClothing.htm","",0);
	Menu5_2=new Array("Fabric","Hemp_Fabric1.htm","",3);
		Menu5_2_1=new Array("Range 1","Hemp_Fabric1.htm","",0,20,100);
		Menu5_2_2=new Array("Range 2","Hemp_Fabric2.htm","",0);
		Menu5_2_3=new Array("Bedding","Hemp_Bedding.htm","",0);
	Menu5_3=new Array("Yarn","Hemp_Yarn.htm","",1);
		Menu5_3_1=new Array("Yarn","Hemp_Yarn.htm","",0,20,100);
	Menu5_4=new Array("Paper","Hemp_Paper1.htm","",2);
		Menu5_4_1=new Array("Hand Made Paper","Hemp_Paper1.htm","",0,20,100);
		Menu5_4_2=new Array("Machine Paper","Hemp_Paper2.htm","",0);
	Menu5_5=new Array("Beauty Products","Hemp_Beauty.htm","",2);
		Menu5_5_1=new Array("Beauty Products","Hemp_Beauty.htm","",0,20,100);
		Menu5_5_2=new Array("Loofah Range","Hemp_Loofah.htm","",0);
	Menu5_6=new Array("MDF Board","Hemp_Building.htm","",1);
		Menu5_6_1=new Array("MDF Board","Hemp_Building.htm","",0,20,100);
	Menu5_7=new Array("Oil","Hemp_Oil.htm","",1);
		Menu5_7_1=new Array("Oil","Hemp_Oil.htm","",0,20,100);
	Menu5_8=new Array("Production","Hemp_Factory.htm","",1);
		Menu5_8_1=new Array("Production","Hemp_Factory.htm","",0,20,100);

Menu6=new Array("Garden","","",8,20,80);
	Menu6_1=new Array("Wooden Houses","Garden_House.htm","",0,20,120);	
//		Menu3_1_1=new Array("Solar Chargers","","",0,20,150);
//		Menu3_1_2=new Array("Ruck-sack","","",0);
	Menu6_2=new Array("Parasols","Garden_Shade.htm","",0);
//		Menu6_2_1=new Array("Dragonfly","Solar_Dragonfly.htm","",0,20,200);
//		Menu6_2_2=new Array("Garden","Solar_Garden.htm","",0);
//		Menu6_2_3=new Array("Novelty","Solar_Other.htm","",0);
//		Menu6_2_4=new Array("Outdoor","Solar_Outdoor.htm","",0,20,200);
//		Menu6_2_5=new Array("Path","Solar_Path.htm","",0);
//		Menu6_2_6=new Array("Spotlights","Solar_Spots.htm","",0,20,200);
	Menu6_3=new Array("Temporary Shelters","Garden_Shelter.htm","",0);
//		Menu6_3_1=new Array("Page 1","Solar_Street1.htm","",0,20,200);
//		Menu6_3_2=new Array("Page 2","Solar_Street2.htm","",0);
	Menu6_4=new Array("Picnic","Garden_Picnic.htm","",0);
//		Menu6_4_1=new Array("Page 1","Solar_Street1.htm","",0,20,200);
//		Menu6_4_2=new Array("Page 2","Solar_Street2.htm","",0);
	Menu6_5=new Array("Gazebo","Garden_Gazebo.htm","",0);
//		Menu6_5_1=new Array("Page 1","Solar_Street1.htm","",0,20,200);
//		Menu6_5_2=new Array("Page 2","Solar_Street2.htm","",0);
	Menu6_6=new Array("Gazebo for Hot Tub","Garden_GazeboTub.htm","",0);
//		Menu6_6_1=new Array("Page 1","Solar_Street1.htm","",0,20,200);
//		Menu6_6_2=new Array("Page 2","Solar_Street2.htm","",0);
	Menu6_7=new Array("Garden Hot Tubs","Garden_Tub.htm","",0);
//		Menu6_7_1=new Array("Page 1","Solar_Street1.htm","",0,20,200);
//		Menu6_7_2=new Array("Page 2","Solar_Street2.htm","",0);
	Menu6_8=new Array("Outdoor Furniture","","",2);
		Menu6_8_1=new Array("Table Sets","Garden_Furniture.htm","",0,20,100);
		Menu6_8_2=new Array("Seating","Garden_Furniture2.htm","",0);
