/***********************************************************************************
*	(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=13;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='#1030C9';			// Background color when mouse is not over on subs
	var HighBgColor='#3A99CB';			// Background color when mouse is over
	var HighSubBgColor='#1030C9';			// Background color when mouse is over on subs
	var FontLowColor='#FFE400';			// Font color when mouse is not over
	var FontSubLowColor='#FFE400';			// Font color subs when mouse is not over
	var FontHighColor='#FF0000';			// Font color when mouse is over
	var FontSubHighColor='#FF0000';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// 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=4;				// Left padding
	var TopPaddng=4;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// 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='menu';				// 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=['scripts/tri.gif',5,10,'scripts/tridown.gif',10,5,'scripts/trileft.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("rollover:scripts/x_home_1.gif:scripts/x_home_2.gif","index.html","",0,21,108);

Menu2=new Array("","","scripts/xtab_space.jpg",0,21,4);

Menu3=new Array("rollover:scripts/x_profile_1.gif:scripts/x_profile_2.gif","cdo_profile_history.html","",6,21,108);
	Menu3_1=new Array("History","cdo_profile_history.html","",0,20,180);	
	Menu3_2=new Array("Awards & Citations","cdo_awards.html","",0);
	Menu3_3=new Array("Vision & Mission","cdo_profile_vision.html","",0);
	Menu3_4=new Array("Corporate Quality Policy","cdo_profile_quality.html","",0);
	Menu3_5=new Array("Company Officers","cdo_profile_officers.html","",0);	
	Menu3_6=new Array("Affiliates","cdo_affiliates.html","",0);	
	Menu3_7=new Array("Contact Information","cdo_profile_locations.html","",0);		
		
Menu4=new Array("","","scripts/xtab_space.jpg",0,21,4);

Menu5=new Array("rollover:scripts/x_products_1.gif:scripts/x_products_2.gif","cdo_products.html","",6,21,108);
	Menu5_1=new Array("New Products","cdo_products_new.html","",0,20,180);	
	
	Menu5_2=new Array("Frozen Meat Products","cdo_products_fmp.html","",8,20,180);	
			Menu5_2_1=new Array("Hotdog","cdo_products_fmp_hotdogs.html","",0,20,180);	
			Menu5_2_2=new Array("Patties","cdo_products_fmp_patties.html","",0);	
			Menu5_2_3=new Array("Native Delicacies","cdo_products_fmp_delicacies.html","",0);
			Menu5_2_4=new Array("Traditional Ham","cdo_products_fmp_ham.html","",0);
			Menu5_2_5=new Array("Christmas Ham","cdo_products_fmp_xmasham.html","",0);		
			Menu5_2_6=new Array("Specialties","cdo_products_fmp_specialties.html","",0);	
			Menu5_2_7=new Array("Bacon","cdo_products_fmp_bacon.html","",0);
			Menu5_2_8=new Array("Chinese Delicacies","cdo_products_fmp_chinese.html","",0);				


	Menu5_3=new Array("Grocery Products","cdo_products_gp.html","",9);
			Menu5_3_1=new Array("Corned Meat","cdo_products_gp_cornedmeat.html","",0,20,180);	
			Menu5_3_2=new Array("Loaves","cdo_products_gp_loaves.html","",0);
			Menu5_3_3=new Array("Liver Spread","cdo_products_gp_liverspread.html","",0);
			Menu5_3_4=new Array("Vienna Sausage","cdo_products_gp_vienna.html","",0);
			Menu5_3_5=new Array("Ulam Lines","cdo_products_gp_ulamlines.html","",0);	
			Menu5_3_6=new Array("Red Sauce","cdo_products_gp_redsauce.html","",0);	
			Menu5_3_7=new Array("Canned & Bottled Fish","cdo_products_gp_fish.html","",0);	
			Menu5_3_8=new Array("Sweet Preserves","cdo_products_gp_sweets.html","",0);	
			Menu5_3_9=new Array("Bottled Drinking Water","cdo_products_gp_bottledwater.html","",0);		
			
	Menu5_4=new Array("Dairy Products","cdo_products_dairy.html","");	
	Menu5_5=new Array("Food Service Products","cdo_products_foodservice.html","");	
	Menu5_6=new Array("HRI Products","cdo_products_hri.html","");			
	
Menu6=new Array("","","scripts/xtab_space.jpg",0,21,4);
	
Menu7=new Array("rollover:scripts/x_recipes_1.gif:scripts/x_recipes_2.gif","cdo_recipes.html","",0,21,108);
	
Menu8=new Array("","","scripts/xtab_space.jpg",0,21,4);	
	
Menu9=new Array("rollover:scripts/x_customers_1.gif:scripts/x_customers_2.gif","cdo_customers.html","",4,21,108);
	Menu9_1=new Array("Retailers","cdo_customers_retailer.php","",0,20,150);	
	Menu9_2=new Array("Distributors","cdo_customers_distributors.php","",0,20,150);	
	Menu9_3=new Array("HRI","cdo_customers_hri.php","",0);
	Menu9_4=new Array("Food Service","cdo_customers_foodservice.php","",0);
	
Menu10=new Array("","","scripts/xtab_space.jpg",0,21,4);	
	
Menu11=new Array("rollover:scripts/x_suppliers_1.gif:scripts/x_suppliers_2.gif","cdo_suppliers.html","",0,21,108);
	Menu11_1=new Array("Food Items","cdo_suppliers_food.html","",0,20,150);	
	Menu11_2=new Array("Non-Food Items","cdo_suppliers_nonfood.html","",0);	
	
Menu12=new Array("","","scripts/xtab_space.jpg",0,21,4);	

Menu13=new Array("rollover:scripts/x_careers_1.gif:scripts/x_careers_2.gif","cdo_careers.html","",0,21,108);
	

