//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 = "center";		// alignment
var absLEFT = 	0;		// absolute left or right position (if not center)
var absTOP = 	140; 		// 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 = 	"ffcc66";	        // main nav cell color
var rCOLOR = 	"00cc66";	// main nav cell rollover color
var keepLIT =	true;		// keep rollover color when browsing menu
var bSIZE = 	2;		// main nav border size
var bCOLOR = 	""	// main nav border color
var aLINK = 	"black";	// 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 = 	12;		// 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 = 	0;		// 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 = 	"ffcc66";	// submenu cell color
var srCOLOR = 	"00cc66";	// 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 = 	"times new roman";// submenu font face		
var sfSIZE = 	12;		// submenu font size (pixels)	
var sfWEIGHT = 	"bold"	// 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("index1.htm","Home",70,"center",""); 


	

	


addMainItem("","Consulting",80,"center",""); 

	defineSubmenuProperties(150,"right","left");
	
	addSubmenuItem("applications.htm","Applications","");
	addSubmenuItem("Database.htm","Database Development","");


addMainItem("","Web Design",80,"center",""); 

	defineSubmenuProperties(150,"left","left");

	addSubmenuItem("Web.htm","Web Development","");
	addSubmenuItem("webapp.htm","Web Applications","");


addMainItem("","Mulimedia",75,"center",""); 

	defineSubmenuProperties(125,"left","left");

	addSubmenuItem("virtual.htm","Virtual Tours","");
	addSubmenuItem("audio.htm","Audio","");

addMainItem("portfolio.htm","Portfolio",75,"center",""); 

	
	

addMainItem("links.htm","Links",50,"center",""); 


addMainItem("Requestinfo.htm","Contact US",75,"center",""); 

	

addMainItem("offline.htm","Web Promotion",95,"center",""); 






//********************************************************************

//**DO NOT EDIT THIS *****
}//***********************
//************************

