//UDMv3.7
//* DO NOT EDIT THIS BIT *
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.7 by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////





// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";		// alignment mode
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	62; 		// absolute top position

var staticMENU = false;		// static positioning mode (win/ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "/js/CDACmenu/resources/";	// base path
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"#000000";	// -------------change-----main nav cell color
var rCOLOR = 	"#C8B38B";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#FFFFFF"	// main nav border color
var aLINK = 	"#000000";	// main nav link color
var aHOVER = 	"#000000";	// F6A204main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"Verdana";	// main nav font face
var fSIZE = 	11;		// main nav font size (pixels)
var fWEIGHT = 	""		// main nav font weight
var tINDENT = 	0;		// 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 keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	0;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#F7DFB3";	// submenu cell color
var srCOLOR = 	"#FFFFFF";	// C8B38Bsubmenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#FFFFFF"	// submenu border color
var saLINK = 	"#000000";	// submenu link color
var saHOVER = 	"#000000";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"Verdana";	// submenu font face
var sfSIZE = 	11;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"		// submenu font weight
var stINDENT = 	0;		// submenu text indent (if text is left or right aligned)
var svPADDING = 	3;		// submenu vertical cell padding
var svtOFFSET = 	0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	3;		// submenu dropshadow size
var shCOLOR =	"#000000";	// submenu dropshadow color
var shOPACITY = 10;		// submenu dropshadow 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 aCURSOR = "hand";		// cursor for active links (not ns4 or opera)
var altDISPLAY = "";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload
var opacity = "filter:alpha(opacity=75)";


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 = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in mozilla 5
var allowPRINTING = false;		// allow the navbar and menus to print (not ns4)



//** LINKS ***********************************************************

// @@@@@@ General Help for adding Menu and Sub Menu 

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key // trigger","mCOLOR","rCOLOR","aLINK","aHOVER")

// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")

// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")

// ####### Ends Here


// Home
//===========================================================================================================


	addMainItem("/","Home",55,"center","","",0,0,"u","#F7DFB3","","","");
	
		defineSubmenuProperties(65,"left","left",0,0,"","","","","","","");

			addSubmenuItem("/modules.php?name=Pages&pa=showpage&id=52","&nbsp;About Us","","");

// FAQ
//===========================================================================================================
addMainItem("/modules.php?name=FAQ","FAQs",55,"center","","",0,0,"u","#F7DFB3","","","");

//Forums
//===========================================================================================================

addMainItem("/modules.php?name=Forums","Forums",72,"center","","",0,0,"u","#F7DFB3","","","");

//News
//===========================================================================================================
	addMainItem("/modules.php?name=News","News",60,"center","","",0,0,"u","#F7DFB3","","","");

	
// Downloads
//===========================================================================================================



	addMainItem("/modules.php?name=Downloads","Downloads",76,"center","","",0,0,"u","#F7DFB3","","","");



// Areas Of Interest
//===========================================================================================================


	addMainItem("","Areas Of Interest",120,"center","","",0,0,"u","#F7DFB3","","","");

		defineSubmenuProperties(130,"left","left",0,0,"","","","","","","");

			addSubmenuItem("/modules.php?name=Pages&pa=showpage&id=5","&nbsp;Agriculture","","");
			addSubmenuItem("/modules.php?name=Pages&pa=showpage&id=4","&nbsp;Education","","");
			addSubmenuItem("/modules.php?name=Pages&pa=showpage&id=6","&nbsp;Health Care","","");
			addSubmenuItem("/modules.php?name=Pages&pa=showpage&id=7","&nbsp;Internet Technology","","");
			addSubmenuItem("/modules.php?name=Pages&pa=showpage&id=8","&nbsp;Language Technology","","");
			addSubmenuItem("/modules.php?name=Pages&pa=showpage&id=9","&nbsp;Speech Technology","","");
			


// Projects
//===========================================================================================================


		addMainItem("/modules.php?name=Pages&pa=showpage&id=48","Projects",69,"center","","",0,0,"u","#F7DFB3","","","");
		//addMainItem("","Projects",89,"center","","",0,0,"u","#F7DFB3","","","");

		//defineSubmenuProperties(90,"left","left",0,0,"","","","","","","");

		//	addSubmenuItem("/modules.php?name=Pages&pa=showpage&id=1","&nbsp;SMART","","");	
		//	addSubmenuItem("/modules.php?name=Pages&pa=showpage&id=10","&nbsp;CCDN","","");	
		//	addSubmenuItem("/modules.php?name=Pages&pa=showpage&id=11","&nbsp;Vaartalaap","","");
	//		addSubmenuItem("/modules.php?name=Pages&pa=showpage&id=12","&nbsp;Matrubhasha","","");
	//		addSubmenuItem("/modules.php?name=Pages&pa=showpage&id=48","&nbsp;More...","","");




// Country Gateway
//===========================================================================================================



		addMainItem("","Country Gateways",112,"center","","",0,0,"u","#F7DFB3","","","");
		defineSubmenuProperties(135,"left","left",0,0,"","","","","","","");

			addSubmenuItem("/modules.php?name=Pages&pa=showpage&id=39","&nbsp;Country Nodes","","");	
			addSubmenuItem("/modules.php?name=Pages&pa=showpage&id=55","&nbsp;Member Country sites","","");	


// NGO'S
//===========================================================================================================

	addMainItem("/modules.php?name=Pages&pa=showpage&id=85","NGO",50,"center","","",0,0,"u","#F7DFB3","","","");


// Country Gateway
//===========================================================================================================

	addMainItem("/modules.php?name=Pages&pa=showpage&id=31","Contact Us",90,"center","","",0,0,"u","#F7DFB3","","","");


//* DO NOT EDIT THIS BIT *
}//***********************
//************************

