//UDMv3.0.2
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



// *** for more information about the script ******************************
// *** see http://www.brothercake.com/dropdown/ ***************************


// *** POSITIONING AND STYLES *********************************************


var menuALIGN = "center";		// alignment
var absLEFT = 	0;		// absolute left or right position (if not center)
var absTOP = 	65; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5/6 and ns4 only)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF =	CodeBase+"resources/";	// base path 
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"";	// main nav cell color
var rCOLOR = 	"";	// main nav cell rollover color
var keepLIT =	true;		// keep rollover color when browsing menu
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	""	// main nav border color
var aLINK = 	"#ffffff";	// main nav link color
var aHOVER = 	"#ffffff";		// main nav link hover-color (dual purpose)
var aDEC = 		"none";		// main nav link decoration
var fFONT = 	"verdana,sans serif";	// main nav font face		
var fSIZE = 	13;		// main nav font size (pixels)	
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	0;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	0;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var vOFFSET = 	0;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#d5ccbe";	// submenu cell color
var srCOLOR = 	"#E4E5E6";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#666666"	// submenu border color
var saLINK = 	"#000000";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana,sans serif";// submenu font face		
var sfSIZE = 	10;		// submenu font size (pixels)	
var sfWEIGHT = 	""		// submenu font weight
var stINDENT = 	2;		// submenu text indent (if text is left or right aligned)
var svPADDING = 2;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	3;		// menu drop shadow size 
var shCOLOR =	"#666699";	// menu drop shadow color
var shOPACITY = 10;		// menu drop shadow opacity (ie5/6 only)

var keepSubLIT=	true;		// keep submenu rollover color when browsing child menu	
var chvOFFSET = 0;		// shift the child menus vertically 			
var chhOFFSET = 0;		// 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 op5)

var altDISPLAY = "title";		// where to display alt text
var allowRESIZE=true;		// allow resize/reload


//** LINKS ***********************************************************






// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position)


addMainItem("","",125,"center","","",0,0);


addMainItem("","About",70,"center","","",0,0); 

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(170,"left","left",0,0);

    addSubmenuItem(CodeBase+"mission.php","Mission","","");
    addSubmenuItem(CodeBase+"history.php","History","","");
    addSubmenuItem(CodeBase+"team.php","Team","","");
    addSubmenuItem(CodeBase+"news.php","News","","");
    addSubmenuItem(CodeBase+"jobs.php","Jobs","","");
	
addMainItem("","Services",120,"center","","",0,0); 

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(170,"left","left",0,0);
    
	addSubmenuItem(CodeBase+"services/area.php","Areas of Expertise","","");
    addSubmenuItem(CodeBase+"services/capabilities.php","Capabilities","","");
    addSubmenuItem(CodeBase+"services/portfolio.php","Portfolio","","");


addMainItem("","Products",70,"center","","",0,0); 

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(170,"left","left",0,0);

    addSubmenuItem(CodeBase+"products/videopoint.php","VideoPoint","","");
    addSubmenuItem(CodeBase+"products/luxus.php","Luxus","","");
    addSubmenuItem(CodeBase+"products/proscope.php","ProScope","","");
    addSubmenuItem(CodeBase+"products/scriptq.php","ScriptQ","","");
	
addMainItem("","Resources & Tools",180,"center","","",0,0); 

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(170,"left","left",0,0);

	addSubmenuItem(CodeBase+"tools/client.php","Client Log-in","","");
    addSubmenuItem(CodeBase+"tools/development.php","Development Tools","","");
    addSubmenuItem(CodeBase+"tools/resources.html","Resources","","");	


addMainItem("","Contacts",70,"center","","",0,0);
		
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset)
	defineSubmenuProperties(170,"left","left",0,0);

    addSubmenuItem(CodeBase+"addresses.php","Address/Telephone/Email","","");
    addSubmenuItem(CodeBase+"key_contacts.php","Key Contacts","","");
    addSubmenuItem(CodeBase+"directions.php","Directions","","");
    addSubmenuItem(CodeBase+"jobs.php","Jobs","","");
	
	
	


//**DO NOT EDIT THIS *****
}//***********************
//************************

