//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 = "center";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0; 		// absolute top position

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

var stretchMENU = true;		// show empty cells
var showBORDERS = false;		// 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 = 	"#3B3B3B";	// main nav cell color
var rCOLOR = 	"#3B3B3B";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"#3B3B3B"	// main nav border color
var aLINK = 	"#3B3B3B";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	13;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// 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 = 	"#000000";	// submenu cell color

var srCOLOR = 	"#FFF666";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"white";	// submenu link color
var saHOVER = 	"#000000";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana,arial";// submenu font face
var sfSIZE = 	12;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// 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 =	2;		// submenu drop shadow size
var shCOLOR =	"cccccc";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// 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("index.html","<img src=images/home.gif>",100,"center","","",0,0,"e");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	//defineSubmenuProperties(120,"left","left",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	//addSubmenuItem("http://www.dynamicdrive.com/new.htm","What\'s New","","");
	//addSubmenuItem("http://www.dynamicdrive.com/hot.htm","What\'s Hot","","");
	//addSubmenuItem("http://www.dynamicdrive.com/faqs.htm","FAQ","","");
	//addSubmenuItem("http://www.dynamicdrive.com/submitscript.htm","Submit","","");
	//addSubmenuItem("http://www.dynamicdrive.com/morezone/","More Zone","","");


// *** change these to absolutes

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

addMainItem("about.html","<img src=images/aboutus.gif>",120,"center","","",0,0,"w");

	defineSubmenuProperties(140,"left","left",-4,5,"");
	
	addSubmenuItem("why2.html","Why GIS","","");

	addSubmenuItem("why.html","What is GIS","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(100,"left","left",12,-20,"");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("links.html","GIS Links","","");
		
	
		
	addSubmenuItem("business.html","GIS for Business","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(145,"left","left",0,-20,"");
		
		addSubmenuItem("Non_profits.html","GIS for Non-profits","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(145,"left","left",0,-20,"");
		
		addSubmenuItem("government.html","GIS for Government","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(145,"left","left",0,-20,"");
		
		addSubmenuItem("environment.html","Environmental GIS","","");


addMainItem("services.html","<img src=images/services.gif>",120,"center","","",0,0,"s");

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

	addSubmenuItem("location.html","Site Selection","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(145,"left","left",0,-20,"");

		
		
			addSubmenuItem("locational_analysis.html","Market Coverage","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(145,"left","left",0,-20,"");
		
		
	
		
			addSubmenuItem("profiling.html","Customer Profiling","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(145,"left","left",0,-20,"");
		
		
	
		
		addSubmenuItem("products.html","Customer Geography","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(145,"left","left",0,-20,"");
		
		
		
	addSubmenuItem("database.html","Database Design","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(145,"left","left",0,-20,"");	
		
		
		
		
		addSubmenuItem("orthoimagery.html","Orthoimagery","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(145,"left","left",0,-20,"");
		
			
		
		addSubmenuItem("assets2.html","Asset Management","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(145,"left","left",0,-20,"");
		
		
		
		
	
		
	

addMainItem("portfolio.html","<img src=images/portfolio.gif>",120,"center","","",0,0,"t");

	defineSubmenuProperties(100,"left","left",-4,5,"");


	addSubmenuItem("portfolio.html","Projects","","");
	addSubmenuItem("clients.html","Clients","","");


addMainItem("contact.php","<img src=images/contact.gif>",120,"center","","",0,0,"r");

defineSubmenuProperties(100,"left","left",-4,5,"");

	
	addSubmenuItem("contact.php","Contact us","","");

addSubmenuItem("quote.php","Get a quote","","");
//**DO NOT EDIT THIS *****
}//***********************
//************************
