//UDMv3.4.1
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 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)
///////////////////////////////////////////////////////////////////////////
//
//
// samples of the key menu types and attributes
//
//	add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
//		define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
//		add submenu link items ("url","Link name","_target","alt text")
//			define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
//			add child menu link items ("url","Link name","_target","alt text")
//
// a sample of how to open additional window (without browser controls) on top of existing site:
//	addSubmenuItem("javascript:openWindow('http://www.salon.com',640,400)","Salon","","");
//
// a sample of how to open an additional window onto of base site (hold onto visitor):
//	addSubmenuItem("http://www.upstreme.com/laparroq.htm","La Parroquia De La Trinidad","_blank","");
//
//
//
// Microsoft has provided a reference page for filters that can be used.
//        http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/reference/reference.asp
//
// a sample of the syntax for the swirl effect on a child menu:
//	defineChildmenuProperties(142,"left","left",0,-20,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
//
// a few of the additional filter options include:
//	Swirl:						  "filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)"
//	Fade:						  "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.2)"
//	Random Dissolve:				  "filter:progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)" 
//	Pixellation (Mission Impossible Vibe):		  "filter:progid:DXImageTransform.Microsoft.Pixelate(duration=1)"
//
// please review the URL above.  For each filter, click the link to see the exact syntax, a sample of how it works
//    and additional options or parameters that may be required or available for each.
//
//
////////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	125; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;	// show empty cells - was true
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 = 	"darkblue";	// main nav cell color
var rCOLOR = 	"blue";		// main nav cell rollover color - was blue
var bSIZE = 	0;		// main nav border size - was 1
var bCOLOR = 	"white"		// main nav border color - was black
var aLINK = 	"white";	// 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) - was 13
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 = 	"white";	// submenu cell color - was white
var srCOLOR = 	"#CCCCCC";	// submenu cell rollover color - was #CCCCCC (gray)
var sbSIZE = 	1;		// submenu border size - was 1
var sbCOLOR = 	"blue"		// submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"";		// submenu link decoration
var sfFONT = 	"arial";	// submenu font face - was comic sans ms,arial
var sfSIZE = 	13;		// submenu font size (pixels) - was 13
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 =	"black";	// submenu drop shadow color
var shOPACITY = 100;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = 0;		// shift the child menus vertically - was -12
var chhOFFSET = 7;		// shift the child menus horizontally

var closeTIMER = 0;		// menu closing delay time - was 330

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 - can use "title" to provide context help popup
var allowRESIZE = false;	// 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 ***********************************************************


// Home
// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("http://www.upstreme.com/","Home",101,"center","","",0,0,"");



// Services
addMainItem("","Services",138,"center","","",0,0,"");

	defineSubmenuProperties(250,"left","left",-4,0,"");

	addSubmenuItem("http://www.upstreme.com/opensource.html","Open Source","","");
	addSubmenuItem("http://www.upstreme.com/eia.html","Enterprise Information Architecture","","");
	addSubmenuItem("http://www.upstreme.com/eipm.html","Enterprise Initiative Portfolio Management","","");
	addSubmenuItem("http://www.upstreme.com/strat.html","Strategy Formulation","","");
	addSubmenuItem("http://www.upstreme.com/bize.html","Business (+e)","","");
	addSubmenuItem("http://www.upstreme.com/align.html","Business & Technology Alignment","","");
	addSubmenuItem("http://www.upstreme.com/ma.html","Mergers & Acquisitions","","");
	addSubmenuItem("http://www.upstreme.com/advisory.html","CxO Advisory","","");
	addSubmenuItem("http://www.upstreme.com/pgmmgmt.html","Program Management","","");
	addSubmenuItem("http://www.upstreme.com/interim.html","Interim CxO","","");


// Case Studies
addMainItem("","Case Studies",133,"center","","",0,0,"");

	defineSubmenuProperties(240,"left","left",-4,0,"");

	addSubmenuItem("http://www.upstreme.com/opensource_cs1.html","Open Source - Software Vendor","","");
	addSubmenuItem("http://www.upstreme.com/eia_cs1.html","EIA - Multi-National","","");
	addSubmenuItem("http://www.upstreme.com/eipm_cs1.html","EIPM - Large Manufacturer","","");
	addSubmenuItem("http://www.upstreme.com/strat_cs1.html","Strategy - Fortune 100","","");
	addSubmenuItem("http://www.upstreme.com/bize_cs1.html","Business (+e) - Large Consumer Goods","","");
	addSubmenuItem("http://www.upstreme.com/align_cs1.html","Alignment - Large Manufacturing","","");
	addSubmenuItem("http://www.upstreme.com/align_cs2.html","Alignment - Large Pharmaceutical","","");
	addSubmenuItem("http://www.upstreme.com/ma_cs1.html","Merger & Acquisition - VC and Banking","","");
	addSubmenuItem("http://www.upstreme.com/advisory_cs1.html","CxO Advisory - Various Examples","","");
	addSubmenuItem("http://www.upstreme.com/pgmmgmt_cs1.html","Program Mgmt - Various Examples","","");
	addSubmenuItem("http://www.upstreme.com/interim_cs1.html","Interim CxO - Furniture Mfgr ","","");



// Materials
addMainItem("","Materials",145,"center","","",0,0,"h");

	defineSubmenuProperties(160,"left","left",-4,0,"");

	addSubmenuItem("http://www.itworld.com/blog/158","IT World Blog","_blank","");
	addSubmenuItem("http://www.upstreme.com/whitepapers.html","White Papers","","");
	addSubmenuItem("http://www.upstreme.com/audio.html","Audio","","");




// Company Info
addMainItem("","Company Info",133,"center","","",0,0,"");

	defineSubmenuProperties(190,"left","left",-4,0,"");


	addSubmenuItem("http://www.upstreme.com/about.html","About UpStreme","","");
	addSubmenuItem("http://www.upstreme.com/positions.html","Open Positions","","");
	addSubmenuItem("http://www.upstreme.com/ourname.html","Our Name","","");
	addSubmenuItem("http://www.upstreme.com/clients.html","Clients & Experience","","");
	addSubmenuItem("http://www.upstreme.com/testimonials.html","Client Testimonials","","");
	addSubmenuItem("http://www.upstreme.com/engagetypes.html","Engagement Types","","");
	addSubmenuItem("http://www.upstreme.com/partners.html","Partners & Affiliates","","");
	addSubmenuItem("http://www.upstreme.com/associations.html","Associations & Memberships","","");
	addSubmenuItem("http://www.upstreme.com/founder.html","Founder","","");
	addSubmenuItem("http://www.upstreme.com/mediaspk.html","Media & Speaking","","");
	addSubmenuItem("http://www.upstreme.com/ciow2.html","CIO Wisdom 2","","");


// Contact Us
addMainItem("","Contact Us",150,"center","","",0,0,"");

	defineSubmenuProperties(160,"left","left",-4,0,"");

	addSubmenuItem("http://www.upstreme.com/contact.html","Contact Information","","");
	addSubmenuItem("mailto:infoweb@upstreme.com","Send Us An Email","","");





//**DO NOT EDIT THIS *****
}//***********************
//************************
