//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 = 	117;		// absolute left or right position (if not center)
var absTOP = 	175; 		// absolute top position

var staticMENU = false;		// static positioning mode (not Opera 5)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// 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 = 	"#010080";	        // main nav cell color
var rCOLOR = 	"#444556";	// main nav cell rollover color
var keepLIT =	true;		// keep rollover color when browsing menu
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"e6e6e6"	// main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (not ns4)
var aDEC = 	"underline";		// main nav link decoration
var fFONT = 	"Arial";	// main nav font face		
var fSIZE = 	11;		// 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 = 	1;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var vOFFSET = 	3;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"#e6e6e6";	// submenu cell color
var srCOLOR = 	"cccccc";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"black";	// 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 = 	11;		// submenu font size (pixels)	
var sfWEIGHT = 	""	// 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 =	0;		// 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("index.html","HOME",50,"center",""); 


addMainItem("products" + LinkPath + "glinfo","PRODUCTS",80,"center",""); 

	defineSubmenuProperties(150,"left","left");
	
	addSubmenuItem("products" + LinkPath + "glinfo","General Ledger","");
	addSubmenuItem("products" + LinkPath + "apinfo","Accounts Payable","");
	addSubmenuItem("products" + LinkPath + "arinfo","Accounts Receivable","");
	addSubmenuItem("products" + LinkPath + "poinfo","Purchase Order","");
	addSubmenuItem("products" + LinkPath + "sainfo","Sales Analysis","");
    addSubmenuItem("products" + LinkPath + "prinfo","Payroll","");
    addSubmenuItem("products" + LinkPath + "jcinfo","Job Costing","");
    addSubmenuItem("products" + LinkPath + "jeinfo","Job Estimating","");
    addSubmenuItem("products" + LinkPath + "dinvinfo","dINVOICER","");



addMainItem("products" + LinkPath + "dmsdemo","DOWNLOADS",90,"center",""); 

	


addMainItem("products" + LinkPath + "support","SUPPORT",70,"center",""); 

addMainItem("services" + Ext ,"SERVICES",80,"center",""); 

addMainItem("resources" + Ext ,"RESOURCES",90,"center",""); 

addMainItem("producto" + LinkPath + "indexSP","SPANISH",70,"center",""); 


//********************************************************************

//**DO NOT EDIT THIS *****
}//***********************
//************************

