//UDMv3.8.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROP DOWN MENU VERSION 3.8.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
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************
var menuALIGN = "free";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure

var mCOLOR = 	"lightgreen";	// main nav cell color
var rCOLOR = 	"lightblue";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#cc9966"	// main nav border color
var aLINK = 	"#990033";	// main nav link color
var aHOVER = 	"";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial,sans-serif";	// main nav font face		
var fSIZE = 	10;		// 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 = 	2;		// 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 = 	"lightblue";	// submenu cell color
var srCOLOR = 	"lightgreen";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"#cc9966"	// submenu border color
var saLINK = 	"#3333aa";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";// submenu font face		
var sfSIZE = 	10;		// 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 =	"#bcbcbc";	// 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 openTIMER = 0;		// menu opening delay time
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 = true;	// allow for text scaling in mozilla 5



//** LINKS ***********************************************************




var yPos = new Array;
var xPos = new Array;
var yp = 0;
var xp = 0;
for(i=0;i<9;i++){
	yPos[i]=yp;
	xPos[i]=xp;
	yp+=20;
	xp+=75;
	}

addMainItem("index.html","Home",70,"center","","",yPos[0],xPos[0],"");


addMainItem("intro.htm","Introduction",70,"center","","",yPos[0],xPos[1],"");


addMainItem("join.htm","Membership",70,"center","","",yPos[0],xPos[2],"");


addMainItem("","Documents",60,"center","","",yPos[0],xPos[3],"");
defineSubmenuProperties(400,"left","center",-4,-50,"");
addSubmenuItem("eirenua.htm","&#201;ire Nua - A New Democracy","","");
addSubmenuItem("eirenuad.htm","&#201;ire Nua - Vorgeschlagene Regierungsstrukturen","","");
addSubmenuItem("saolnua.htm","Saol Nua","","");
addSubmenuItem("wp8.htm","Towards a Peaceful Ireland","","");
addSubmenuItem("","","","");
addSubmenuItem("elect07.htm","Stormont Election Manifesto - 2007","","");
addSubmenuItem("citizens.htm","RSF Call For A 'No' Vote in the 'Citizenship Referendum'  - 2004","","");
addSubmenuItem("elect04a.htm","26-County Local Election Manifesto - 2004","","");
addSubmenuItem("address.htm","An Address to the People of Ireland - 2003","","");
addSubmenuItem("election.htm","Elections and Abstentionism - 2000","","");
addSubmenuItem("celtic.htm","A Vision of the Future: Celtic Identity and Cooperation - 1994","","");
addSubmenuItem("rsf.htm","Where Republican Sinn F&#233;in Stands - 1993","","");
addSubmenuItem("d_rsf.htm","Wof&#252;r Republican Sinn F&#233;in Steht - 1993","","");
addSubmenuItem("1986.htm","Historic Sinn F&#233;in Declaration - 1986","","");
addSubmenuItem("1971.htm","Sinn F&#233;in Yesterday and Today - 1971","","");
addSubmenuItem("1970.htm","Where Sinn F&#233;in Stands - 1970","","");
addSubmenuItem("irishrep.htm","What is Irish Republicanism? - 1970","","");
addSubmenuItem("product.htm","Restore the Means of Production to the People - 1970","","");
addSubmenuItem("1956.htm","A Proud History Gives Confidence of Victory - 1956","","");
addSubmenuItem("55mnifto.htm","Sinn F&#233;in election manifesto, Westminster Elections - 1955","","");
addSubmenuItem("1916.htm","1916 Proclamation","","");
addSubmenuItem("1919a.htm","Declaration of Independence - 1919","","");
addSubmenuItem("1919b.htm","Democratic Programme - 1919","","");
addSubmenuItem("1919c.htm","Message to the Free Nations of the World - 1919","","");


addMainItem("","Features",60,"center","","",yPos[0],xPos[4],"");
defineSubmenuProperties(300,"left","center",-4,-50,"");
addSubmenuItem("100years.htm","<B>Sinn F&#233;in 100 years of unbroken continuity 1905-2005</B>","","");
addSubmenuItem("nciindex.htm","<B>Neo-Colonial Ireland</B>","","");
addSubmenuItem("dfend.htm","<B>Defending the Earth</B>","","");


addMainItem("","Speeches",60,"center","","",yPos[0],xPos[5],"");
defineSubmenuProperties(400,"left","center",-4,-50,"");
addSubmenuItem("","<B>Cultural Speeches</B> &gt;&gt;","","");
addSubmenuItem("gaeilge.htm","AN GHAEILGE: Why it is so important - Se&#225;n &#211; Br&#225daigh, 2000","","");
addSubmenuItem("connolly.htm","James Connolly - John Horan","","");
addSubmenuItem("irb.htm","The IRB. The Planning of the Rising - P&#225;draig &#211; Baoighill","","");
addSubmenuItem("","<B>Political Policy Speeches</B> &gt;&gt;","","");
addSubmenuItem("dalton2.htm","Where We Stand - Des Dalton, 2000","top","");
addSubmenuItem("knowles.htm","&#201;IRE NUA. Empowerment of the People - Cathleen Knowles McGuirk, 1999","","");
addSubmenuItem("","<B>BODENSTOWN ORATIONS</B>","","");
addSubmenuItem("boden07.htm","Cathleen Knowles McGuirk, 2007","","");
addSubmenuItem("boden06.htm","Se&#225;n Maguire, 2006","","");
addSubmenuItem("boden05.htm","Ruair&#237; &#211; Br&#225daigh, 2005","","");
addSubmenuItem("boden04.htm","Sarah Murphy, 2004","","");
addSubmenuItem("boden03.htm","Se&#225;n &#211; Br&#225daigh, 2003","","");
addSubmenuItem("boden02.htm","Ruair&#237; &#211;g &#211; Br&#225daigh, 2002","","");
addSubmenuItem("boden01.htm","Joe O'Neill, 2001","","");
addSubmenuItem("boden00.htm","Cathleen Knowles McGuirk, 2000","","");
addSubmenuItem("boden99.htm","Marian Price, 1999 - English","","");
addSubmenuItem("boden99d.htm","Marian Price, 1999 - Deutsch","","");
addSubmenuItem("boden98.htm","Mary Ward, 1998","","");
addSubmenuItem("boden97.htm","Michael McManus, 1997 - English","","");
addSubmenuItem("boden97d.htm","Michael McManus, 1997 - Deutsch","","");
addSubmenuItem("boden87.htm","Pat Ward, 1987","","");


addMainItem("","Ard-Fheis",70,"center","","",yPos[0],xPos[6],"");
defineSubmenuProperties(170,"left","right",-4,0,"");
addSubmenuItem("","The motions below were<BR> the motions for discussion<BR> by the Ard-Fheis. Motions may be<BR> defeated, amended or passed as<BR> resolutions by the delegates<BR> at the Ard-Fheis.  &gt;&gt;","","");
addSubmenuItem("motion07.htm","<B>2007</B> ---------------------- Motions","","");
addSubmenuItem("adress07.htm","Presidential Address","","");
addSubmenuItem("motion06.htm","<B>2006</B> ---------------------- Motions","","");
addSubmenuItem("adress06.htm","Presidential Address","","");
addSubmenuItem("motion05.htm","<B>2005</B> ---------------------- Motions","","");
addSubmenuItem("adress05.htm","Presidential Address","","");
addSubmenuItem("motion04.htm","<B>2004</B> ---------------------- Motions","","");
addSubmenuItem("adress04.htm","Presidential Address","","");
addSubmenuItem("motion03.htm","<B>2003</B> ---------------------- Motions","","");
addSubmenuItem("adress03.htm","Presidential Address","","");
addSubmenuItem("motion02.htm","<B>2002</B> ---------------------- Motions","","");
addSubmenuItem("adress02.htm","Presidential Address","","");
addSubmenuItem("af2001m.htm","<B>2001</B> ---------------------- Motions","","");
addSubmenuItem("adress01.htm","Presidential Address","","");
addSubmenuItem("motion00.htm","<B>2000</B> ---------------------- Motions","","");
addSubmenuItem("adress00.htm","Presidential Address","","");
addSubmenuItem("motion99.htm","<B>1999</B> ---------------------- Motions","","");
addSubmenuItem("adress99.htm","Presidential Address","","");
addSubmenuItem("ard_f98.htm","<B>1998</B> ---------------------- Motions","","");
addSubmenuItem("ard_f982.htm","Presidential Address","","");
addSubmenuItem("motion97.htm","<B>1997</B> ---------------------- Motions","","");
addSubmenuItem("adress97.htm","Presidential Address","","");


addMainItem("saoirse.htm","About Saoirse",70,"center","","",yPos[0],xPos[7],"");


addMainItem("http://saoirse.info","Newsroom",70,"center","","",yPos[0],xPos[8],"");

//**DO NOT EDIT THIS *****
}//***********************
//************************

