//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)
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "left";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	65; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// show empty cell borders

var baseHREF = "http://www.icdd.com/navigation/";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"FFFFCC";	// main nav cell color
var rCOLOR = 	"FFFFFF";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"000000"	// main nav border color
var aLINK = 	"000099";	// 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 = 	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 = 	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 = 	"FFFFFF";	// submenu cell color
var srCOLOR = 	"FFFFcc";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"000000"	// submenu border color
var saLINK = 	"000099";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial, helvetica";// submenu font face
var sfSIZE = 	12;		// 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 = 1;		// 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 = 75;		// submenu drop shadow 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 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
var allowRESIZE = true;		// 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 ***********************************************************




// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem("http://www.icdd.com/","Home",50,"center","","",0,0,"e");

addMainItem("http://www.icdd.com/profile/index.htm","About ICDD",80,"center","","",0,0,"e");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(120,"left","left",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("http://www.icdd.com/profile/index.htm","Profile Home","","");
	addSubmenuItem("http://www.icdd.com/profile/whatsnew/index.htm","What\'s New","","");
	
	addSubmenuItem("http://www.icdd.com/profile/overview.htm","About ICDD","","");
	addSubmenuItem("http://www.icdd.com/profile/globe.htm","ICDD Exhibitions","","");
	addSubmenuItem("http://www.icdd.com/calendars/","ICDD Calendar","","");
	addSubmenuItem("http://www.icdd.com/profile/mission.htm","Mission Statements","","");
	addSubmenuItem("http://www.icdd.com/profile/bod.htm","Board of Directors","","");
	addSubmenuItem("http://www.icdd.com/profile/staff.htm","Staff","","");
	addSubmenuItem("http://www.icdd.com/profile/whatsnew/employ.htm","Jobs","","");
	addSubmenuItem("http://www.icdd.com/profile/location.htm","Location","","");
	addSubmenuItem("http://www.icdd.com/profile/march08.htm","2008 ICDD Meeting","","");
	addSubmenuItem("http://www.icdd.com/newsletter/index.htm","ICDD Newsletters","","");
	addSubmenuItem("http://www.icdd.com/profile/meeting.htm","Past ICDD Meetings","","");


addMainItem("","Products",70,"center","","",0,0,"w");

	defineSubmenuProperties(220,"left","left",-4,0,"");

	addSubmenuItem("http://prostores2.carrierzone.com/servlet/icdd/StoreFront","ICDD Products E-store","","");
	

addSubmenuItem("http://www.icdd.com/products/vendors.htm","ICDD Distributors","","");
addSubmenuItem("http://www.icdd.com/products/overview.htm","ICDD Products Overview","","");
	
	addSubmenuItem("http://www.icdd.com/products/pdf4.htm#plus","PDF-4 Relational Database Products","","");
	addSubmenuItem("http://www.icdd.com/products/pdf-supportsoft.htm","PDF-4 Support Software","","");
	addSubmenuItem("http://www.icdd.com/products/pdf4.htm#minerals","PDF-4 Minerals","","");
	addSubmenuItem("http://www.icdd.com/products/pdf4.htm#organics","PDF-4 Organics","","");
	addSubmenuItem("http://www.icdd.com/products/pdf2.htm","PDF-2","","");
	addSubmenuItem("http://www.icdd.com/products/pdf2.htm#software","PDF-2 Support Software","","");
	addSubmenuItem("http://prostores2.carrierzone.com/servlet/icdd/Categories?category=Printed+Search+Manuals+and+Indexes","Printed Search Manuals and Indexes","","");
	addSubmenuItem("http://prostores2.carrierzone.com/servlet/icdd/Categories?category=Experts%27+References+-+AXA%2C+etc.","Experts' References","","");
	addSubmenuItem("http://prostores2.carrierzone.com/servlet/icdd/Categories?category=Alternate+PDF+Products","Alternate PDF Products","","");
	addSubmenuItem("http://prostores2.carrierzone.com/servlet/icdd/Categories?category=Specialty+Databases","Specialty Databases","","");
	addSubmenuItem("http://prostores2.carrierzone.com/servlet/icdd/Categories?category=Scientific+Support+Products+-+DXC%2C+Clinics%2C+PPXRD","Scientific Support Products","","");
	addSubmenuItem("http://www.icdd.com/products/journals.htm","Powder Diffraction Journal","","");
	addSubmenuItem("http://www.icdd.com/products/multiyearlicensing.htm","Multiyear Licensing","","");
	addSubmenuItem("http://www.icdd.com/products/sitelicensing.htm","Site Licensing","","");
	addSubmenuItem("http://www.icdd.com/products/conversionpricing.htm","Conversion Pricing","","");
	addSubmenuItem("http://www.icdd.com/products/pricing.htm","Pricing Policies","","");
	addSubmenuItem("http://prostores2.carrierzone.com/servlet/icdd/Service","Customer Service","","");
	addSubmenuItem("http://www.icdd.com/hottips/default.htm","Hot Tips","","");
	addSubmenuItem("http://www.icdd.com/support/references/default.htm","Product References","","");


addMainItem("http://www.icdd.com/products/vendors.htm","Distributors",80,"center","","",0,0,"");









	


addMainItem("http://www.icdd.com/membership/","Membership",85,"center","","",0,0,"s");

	defineSubmenuProperties(180,"left","left",-4,0,"");
	

	addSubmenuItem("http://www.icdd.com/membership/register.htm","Become A Member","","");
	addSubmenuItem("http://www.icdd.com/membership/members.htm","Active Members","","");
	addSubmenuItem("http://www.icdd.com/membership/associatemembers.htm","Associate Members","","");
	addSubmenuItem("http://www.icdd.com/resources/awards/fellow.htm","Fellows","","");
	
	addSubmenuItem("http://www.icdd.com/resources/awards/dfellow.htm","Distinguished Fellows","","");


	addSubmenuItem("http://www.icdd.com/techcom/default.htm","Technical Subcommittees >>","","");


		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(170,"left","left",0,-20,"");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.icdd.com/membership/techcom.htm","Register to TechCom","","");
		addChildmenuItem("http://www.icdd.com/techcom/ceramics.asp","Ceramics","","");
		addChildmenuItem("http://www.icdd.com/techcom/metals-alloys.asp","Metals and Alloys","","");
		addChildmenuItem("http://www.icdd.com/techcom/minerals.asp","Minerals","","");
		addChildmenuItem("http://www.icdd.com/techcom/orgpharm.asp","Org/Pharm","","");
		addChildmenuItem("http://www.icdd.com/techcom/polymer.asp","Polymers","","");
		addChildmenuItem("http://www.icdd.com/techcom/electrondif.asp","Electron Dif.","","");
		addChildmenuItem("http://www.icdd.com/techcom/nonambient.asp","Non-Ambient Dif.","","");
		addChildmenuItem("http://www.icdd.com/techcom/synchrotron.asp","Synchrotron","","");
		addChildmenuItem("http://www.icdd.com/techcom/xraymethod.asp","XRD Methods","","");
			addChildmenuItem("http://www.icdd.com/techcom/xrf.asp","XRF","","");
			addChildmenuItem("http://www.icdd.com/techcom/education.asp","Education","","");
			addChildmenuItem("http://www.icdd.com/techcom/pdfeditorial.asp","Editorial","","");


addSubmenuItem("http://www.icdd.com/membership/minutes/default.htm","TechCom Minutes","","");





addMainItem("","Education",70,"center","","",0,0,"t");

	defineSubmenuProperties(150,"left","left",-4,0,"");

	addSubmenuItem("http://www.icdd.com/education/default.htm","Education Home","","");
	addSubmenuItem("http://www.icdd.com/ppxrd/","PPXRD Symposium","","");
	addSubmenuItem("http://www.icdd.com/education/clinics.htm","Clinics Home","","");
	addSubmenuItem("http://www.icdd.com/education/xrd.htm","XRD","","");
	addSubmenuItem("http://www.icdd.com/education/xrf.htm","XRF","","");
	
	addSubmenuItem("http://www.icdd.com/education/usersmeeting.asp","PDF Users Meeting","","");
	addSubmenuItem("http://www.icdd.com/education/faculty.htm","Faculty","","");
	addSubmenuItem("http://www.icdd.com/education/reviews.htm","Reviews","","");		
	addSubmenuItem("http://www.icdd.com/education/clinics.htm#waiver","Tuition Waivers","","");
	addSubmenuItem("http://www.icdd.com/education/workshops.htm","Workshops","","");
	addSubmenuItem("http://www.icdd.com/education/onsite.htm","On-site Training Solutions","","");

addMainItem("http://www.icdd.com/grants/index.htm","GiA",35,"center","","",0,0,"t");


	defineSubmenuProperties(140,"left","left",-4,0,"");
	addSubmenuItem("http://www.icdd.com/grants/index.htm","Grant-in-Aid Home","","");
	addSubmenuItem("http://www.icdd.com/grants/index.htm","Grant-in-Aid Guidelines","","");
	addSubmenuItem("http://www.icdd.com/grants/giarec.htm","Grant-in-Aid Recipients","","");



addMainItem("http://www.icdd.com/resources/index.htm","Resources",70,"center","","",0,0,"r");

	
	defineSubmenuProperties(180,"left","left",-4,0,"");

	addSubmenuItem("http://www.icdd.com/resources/financial.php","Request for Financial Support","","");
	addSubmenuItem("http://www.icdd.com/resources/axasearch/search_based_on_vol.asp","Advances in X-ray Analysis","","");
	addSubmenuItem("http://www.icdd.com/resources/submit/pdfdata.htm","Powder Dif. Data Submission","","");
	addSubmenuItem("http://www.icdd.com/resources/awards/index.htm","Awards and Scholarships >>","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(110,"left","left",0,-20,"");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.icdd.com/resources/awards/jenkins.htm","Jenkins","","");
		addChildmenuItem("http://www.icdd.com/resources/awards/hanawalt.htm","Hanawalt","","");
		
		addChildmenuItem("http://www.icdd.com/resources/awards/mcmurdie.htm","McMurdie","","");
		addChildmenuItem("http://www.icdd.com/resources/awards/frevel.htm","Frevel","","");
		addChildmenuItem("http://www.icdd.com/resources/awards/barrett.htm","Barrett","","");
		addChildmenuItem("http://www.icdd.com/resources/awards/birks.htm","Birks","","");
		addChildmenuItem("http://www.icdd.com/resources/awards/cohen.htm","Cohen","","");
		addChildmenuItem("http://www.icdd.com/resources/awards/fellow.htm","Fellow","","");
		addChildmenuItem("http://www.icdd.com/resources/awards/dfellow.htm","Dist. Fellow","","");
		addChildmenuItem("http://www.icdd.com/resources/awards/dgrantee.htm","Dist. Grantee","","");


	
	
	addSubmenuItem("http://www.icdd.com/resources/websites.htm","Links","","");
	



addMainItem("http://www.icdd.com/developers/","Developers",80,"center","","",0,0,"t");		

addMainItem("http://www.dxcicdd.com/","DXC",35,"center","","",0,0,"t");

	defineSubmenuProperties(160,"left","left",-4,0,"");
	addSubmenuItem("http://www.dxcicdd.com/default.htm","Denver X-ray Conference","","");
	addSubmenuItem("http://www.dxcicdd.com/07/default.htm","2007 DXC","","");
	addSubmenuItem("http://www.dxcicdd.com/advances/advances.htm","Advances in X-ray Analysis","","");
	

addMainItem("http://www.icdd.com/search.htm","Search",55,"center","","",0,0,"t");

	
addMainItem("http://www.icdd.com/support/default.htm","Support",55,"center","","",0,0,"t");
defineSubmenuProperties(150,"left","left",-4,0,"");
addSubmenuItem("http://www.icdd.com/contact/default.htm","Contact","","");
addSubmenuItem("http://www.icdd.com/support/downloads.htm","Downloads","","");
addSubmenuItem("http://www.icdd.com/support/references/default.htm","Product References","","");
addSubmenuItem("http://www.icdd.com/hottips/default.htm","Hot Tips","","");
	

//**DO NOT EDIT THIS *****
}//***********************
//************************










