//UDMv3.4.1.1b
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.4.1b by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  KDE modifications by David Joham
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "";		// alignment
var absLEFT = 	5;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	85; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#5F7747";	// main nav cell color
var rCOLOR = 	"#D8B53A";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	""	// main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"black";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";// main nav font face
var fSIZE = 14;		// main nav font size (pixels)
var fWEIGHT = 	""		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	7;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#5F7747";	// submenu cell color

var srCOLOR = 	"#D8B53A";	// submenu cell rollover color
var sbSIZE = 	0;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"white";	// submenu link color
var saHOVER = 	"black";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana, Arial, Helvetica, sans-serif";// submenu font face
var sfSIZE = 	12;		// submenu font size (pixels)
var sfWEIGHT = 	""	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	5;		// submenu drop shadow size
var shCOLOR =	"black";	// submenu drop shadow color
var shOPACITY = 60;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -1;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in mozilla 5


//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("http://www.citrobio.com/","Home  |",47,"center","","",0,0,"e");

	// *** change these to absolute

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem("http://www.citrobio.com/facts.htm","Food Poisoning Facts   |",147,"center","","",0,0,"e");

addMainItem("","Order  |",47,"center","","",0,0,"w");

defineSubmenuProperties(110,"left","left",-4,0,"");

	addSubmenuItem("http://www.citrobio.com/consumer_page.htm","Consumer","","");
	addSubmenuItem("http://www.citrobio.com/order_page.htm","Commercial","","");
	
addMainItem("","Home Use  |",81,"center","","",0,0,"s");

	defineSubmenuProperties(145,"left","left",-4,0,"");

	addSubmenuItem("http://www.citrobio.com/consumer_page.htm","CitroBio Food Wash","","");

addMainItem("http://www.citrobio921.com/"," EPA Registered Product |",160,"center","_blank","CitroBio921 Website",0,0,"s");
	
addMainItem("http://www.citrobio.com/business.htm"," Commercial Use  |",113,"center","","",0,0,"r");

	defineSubmenuProperties(155,"center","left",-4,0,"");
	
	addSubmenuItem("","Products >>","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset)
		defineChildmenuProperties(200,"right","left",9,-360,"");

		// add child menu link items ("url","Link name","_target","alt text")
    addChildmenuItem("http://www.citrobio.com/products_citrobio.htm","Citrobio- Products","","");
		addChildmenuItem("http://www.citrobio.com/products_citrobio_cleaning.htm","Citrobio- Cleaning Products","","");
		addChildmenuItem("http://www.citrobio.com/citrobiosoap_page.htm","Citrobio- Soap","","");
		
addSubmenuItem("http://www.citrobio.com/restaurant.htm"," Restaurant Use","","");		
	
addSubmenuItem("","CitroBio Applications >>","","");

// define child menu properties (width,"align to edge","text-alignment",v offset,h offset)
		defineChildmenuProperties(175,"right","left",9,-287,"");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.citrobio.com/agriculture_page.htm","Agriculture","","");
		addChildmenuItem("http://www.citrobio.com/aviculture_page.htm","Aviculture","","");
        addChildmenuItem("http://www.citrobio.com/milk.htm","Milk Industry","","");
		addChildmenuItem("http://www.citrobio.com/poultry.htm","Poultry","","");
		addChildmenuItem("http://www.citrobio.com/distelturkey_page.htm","Turkey Processing Plant","","");
		addChildmenuItem("http://www.citrobio.com/processing plant.htm","Processing Plant","","");
		addChildmenuItem("http://www.citrobio.com/seafood_page.htm","Seafood","","");		
		
		addSubmenuItem("","Testing/Reports >>","","");

// define child menu properties (width,"align to edge","text-alignment",v offset,h offset)
		defineChildmenuProperties(125,"right","left",9,-270,"");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.citrobio.com/fdaapproval_page.htm","FDA Approval","","");
		addChildmenuItem("http://www.citrobio.com/msds.htm","MSDS","","");
        addChildmenuItem("http://www.citrobio.com/whitespot.htm","White Spot Study","","");
		addChildmenuItem("http://www.citrobio.com/technicalbulletin.htm","Technical Bulletin","","");
		addChildmenuItem("http://www.citrobio.com/Bratus_Labs.htm","Bratus Labs","","");
		addChildmenuItem("http://www.citrobio.com/kappa.htm","Kappa Labs","","");
		addChildmenuItem("http://www.citrobio.com/lancasterstudy.htm","Lancaster Labs","","");
		addChildmenuItem("http://www.citrobio.com/northwest_labs.htm","Northwest Labs","","");
		addChildmenuItem("http://www.citrobio.com/FLTech_page.htm","Florida Tech","","");
		addChildmenuItem("http://www.citrobio.com/distelturkey_page.htm","Diestel Turkeys","","");
		addChildmenuItem("http://www.citrobio.com/process.htm","Process Certify","","");
		addChildmenuItem("http://www.citrobio.com/Shrimp Farm.htm","Shrimp Farming","","");
		addChildmenuItem("http://www.citrobio.com/Penn_state_study.htm","Penn State Study","","");
		addChildmenuItem("http://www.citrobio.com/citrus_wine_study (eng).htm","Grape Study","","");
			
	    addSubmenuItem("http://www.citrobio.com/titration_applications.htm","Titration Applications","","");
        
		addMainItem("http://www.citrobio.com/distributors.htm"," Distributors |",80,"center","","",0,0,"s");

		addMainItem("http://www.citrobio.com/powder_page.htm"," Powder |",80,"center","","",0,0,"s");
		
		defineSubmenuProperties(145,"left","left",-4,0,"");
		
	addSubmenuItem("","As A Fungicide","","");
		
      defineChildmenuProperties(125,"right","left",9,-270,"");
      
        addChildmenuItem("http://www.citrobio.com/citrus_wine_study (eng).htm","Grape Study","","");
     	addChildmenuItem("http://www.citrobio.com/CB Grape Study.htm","Grape estudio","","");

        
	  addMainItem("","En Español  |",81,"center","","",0,0,"s");

	defineSubmenuProperties(145,"left","left",-4,0,"");

	addSubmenuItem("http://www.citrobio.com/spanish_milk.htm","Productos lacteos ","","");
    addSubmenuItem("http://www.citrobio.com/shrimpstudy.htm","Camarones estudio","","");
	addSubmenuItem("http://www.citrobio.com/Kilol LDF-100.htm","KILOL LDF-100","","");
	addSubmenuItem("http://www.citrobio.com/Kilol Fishfresh.htm","KILOL FISHFRESH","","");
	addSubmenuItem("http://www.citrobio.com/Kilol concentrado.htm","KILOL CONCENTRADO","","");
	addSubmenuItem("http://www.citrobio.com/Citrus Wine Study.htm","Estudio de vino cítrico","","");
	addSubmenuItem("http://www.citrobio.com/Shrimp Farming S.htm","Shrimp Farming","","");
	addSubmenuItem("http://www.citrobio.com/spanish_CitroBio.htm","CitroBio","","");
	addSubmenuItem("http://www.citrobio.com/CB Grape Study.htm","Grape estudio","","");
	

  
  
  
		
	          
	        
		
		
//**DO NOT EDIT THIS *****
}//***********************
//************************

