//UDMv2.1.1
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************

// *** for more information about the script ******************************
// *** see http://www.brothercake.com/dropdown/ ***************************
// *** or http://www.dynamicdrive.com/dynamicindex1/topmen3/index.htm ****


// *** POSITIONING AND STYLES *********************************************


var menuALIGN = "left";		// alignment
var absLEFT = 	0;		// absolute left or right position (if not center)
var absTOP = 	58; 		// absolute top position

var staticMENU = false;		// static positioning mode (not Opera 5)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF =	"";	        // base path to .js and image files
var zORDER = 	100;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#E5DFCF";	// main nav cell color
var rCOLOR = 	"#FFDE00";	// main nav cell rollover color
var keepLIT =	true;		// keep rollover color when browsing menu
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#003366"	// main nav border color
var aLINK = 	"#003366";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (not ns4)
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 = 	5;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var vOFFSET = 	-5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#E5DFCF";	// submenu cell color
var srCOLOR = 	"#FFDE00";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#003366"	// submenu border color
var saLINK = 	"#003366";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (not ns4)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";	// submenu font face		
var sfSIZE = 	13;		// 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 = 2;		// 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 = 45;		// submenu drop shadow opacity (not ns4 or Opera 5)



//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","target")

addMainItem("","Products",130,"center",""); 

	// define submenu properties (width,"align to edge","text-alignment")
	defineSubmenuProperties(135,"left","left");

	
	// add submenu link items ("url","Link name","target")
	addSubmenuItem("../../products/index.htm","Products Home","");
	addSubmenuItem("../../blumen/blumentrio.htm","Blumen - TRIO","");
	addSubmenuItem("../../products/contactmanagement/index.htm","Contact Management","");
	addSubmenuItem("../../products/emailbroadcast/index.htm","Email Broadcast","");


addMainItem("","Support",130,"center",""); 

	defineSubmenuProperties(130,"left","left");

	addSubmenuItem("../../support/support.htm","Support Home","");
	addSubmenuItem("../../support/expertcenter/index.htm","Expert Center","");
	addSubmenuItem("../../support/newusertour/index.htm","New User\'s Tour","");



addMainItem("","Trainings",130,"center",""); 

	defineSubmenuProperties(130,"left","left");

	addSubmenuItem("../../training/trainingschedule.htm","Trainings Home","");		


addMainItem("","Downloads",130,"center",""); 

	defineSubmenuProperties(130,"left","left");

	addSubmenuItem("../../downloads/index.htm","Downloads Home","");
	addSubmenuItem("../../downloads/updates/index.htm","Updates","");
	addSubmenuItem("../../downloads/demos/index.htm","Demo","");
	addSubmenuItem("../../downloads/reports/index.htm","Custom Reports","");
	addSubmenuItem("../../downloads/forms/index.htm","Forms","");
	addSubmenuItem("../../downloads/oldblumen/index.htm","Previous versions","");


addMainItem("","Resources",130,"center",""); 

	defineSubmenuProperties(130,"left","left");

	addSubmenuItem("../index.htm","Resource Center","");
	addSubmenuItem("../../../mailinglist.htm","Mailing List","");
	addSubmenuItem("../../../bbs/","MessageBoard","");
	addSubmenuItem("index.htm","Live Web Demo","");
	addSubmenuItem("../livewebsupport/index.htm","Live Web Support","");
	addSubmenuItem("../livewebtraining/index.htm","Live Web Training","");
	addSubmenuItem("../links.htm","Links","");


addMainItem("","About Compansol",140,"center",""); 

	defineSubmenuProperties(140,"left","left");

	addSubmenuItem("../../help/contactus.htm","Contact Compansol","");
	addSubmenuItem("../../help/profile.htm","Company Profile","");
	addSubmenuItem("../../help/testimonials.htm","Testimonials","");


//********************************************************************

//**DO NOT EDIT THIS *****
}//***********************
//************************

