if (!exclude) { 

var menuALIGN = "center";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	69; 		// 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 = "";	// 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 = 	"white";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"0099FF"	// main nav border color
var aLINK = 	"#FF0000";	// 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 = 	""		// 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 = 	"#ffffcc";	// submenu cell color

var srCOLOR = 	"white";	// submenu cell rollover color
var sbSIZE = 	0;		// submenu border size
var sbCOLOR = 	"#b22222"	// submenu border color
var saLINK = 	"#FF0000";	// submenu link color
var saHOVER = 	"black";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial,arial";// submenu font face
var sfSIZE = 	12;		// submenu font size (pixels)
var sfWEIGHT = 	""	// 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 =	1;		// submenu drop shadow size
var shCOLOR =	"#b22222";	// submenu drop shadow color
var shOPACITY = 90;		// 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 = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "none";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 780;		// override grid width
var gridHEIGHT = 500;		// 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 gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right arrow (not ns4/op5/op6)



//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger","mCOLOR","rCOLOR","aLINK","aHOVER") [** last four are new **]
addMainItem("","Community",74,"center","","",0,0,"","","","#4532F2","");

	
	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
	defineSubmenuProperties(145,"left","left",-4,0,"","","","","","","");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("roboczy.htm","Unexpected gifts","mainFrame","");
	addSubmenuItem("","Information","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(110,"left","left",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("roboczy.htm","Community life","mainFrame","");
		addChildmenuItem("roboczy.htm","Study","mainFrame","");
	addSubmenuItem("wspczymjest.htm","Who we are?","mainFrame","");
	addSubmenuItem("roboczy.htm","The first years","mainFrame","");
	addSubmenuItem("roboczy.htm","Novelty in the Tradition <br>of the Church","mainFrame","");
	addSubmenuItem("roboczy.htm","In the service of N.E.","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(80,"left","left",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("roboczy.htm","At the Church","mainFrame","");
		addChildmenuItem("roboczy.htm","On world","mainFrame","");
	addSubmenuItem("roboczy.htm","Formation","mainFrame","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(125,"left","left",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("roboczy.htm","Postulate","mainFrame","");
		addChildmenuItem("roboczy.htm","Novitiate","mainFrame","");
		addChildmenuItem("roboczy.htm","Juniorate","mainFrame","");
		addChildmenuItem("roboczy.htm","Vows","mainFrame","");
		addChildmenuItem("roboczy.htm","The Rule","mainFrame","");
		addChildmenuItem("roboczy.htm","Bruthers and sisters","mainFrame","");
		
		
		addSubmenuItem("roboczy.htm","Spirituality","","");
		
		addSubmenuItem("roboczy.htm","Work","","");

	addSubmenuItem("roboczy.htm","A day in Community","mainFrame","");
	
	addSubmenuItem("roboczy.htm","Stay in Community","mainFrame","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(150,"left","left",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("roboczy.htm","Time of prayer","mainFrame","");
		addChildmenuItem("roboczy.htm","Daily timetable","mainFrame","");
		addChildmenuItem("roboczy.htm","Jak dojechać?","mainFrame","");
		addChildmenuItem("roboczy.htm","Rocognizing of vocation","mainFrame","");
		addChildmenuItem("roboczy.htm","Meetings for young people","mainFrame","");
		addChildmenuItem("roboczy.htm","Congresses","mainFrame","");
		addChildmenuItem("roboczy.htm","Holy Week","mainFrame","");
		
	
	

addMainItem("","Shepherd",60,"center","","",0,0,"","","","#4532F2","");

	defineSubmenuProperties(140,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("roboczy.htm","Biography","","");
	addSubmenuItem("ewangelia.htm","Gospel for Sunday","","");
	
	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("","Articles","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(180,"left","left",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("roboczy.htm","Paweł wzór ewangelizatora","","");
		addChildmenuItem("roboczy.htm","Paweł wzór...(dla młodzieży)","","");
		addChildmenuItem("roboczy.htm","Paweł wzór...(dla dzieci)","","");
		addChildmenuItem("roboczy.htm","Paweł - czlowiek Kosiola","","");
		addChildmenuItem("roboczy.htm","Jezus ewangelizator...","","");
		addChildmenuItem("roboczy.htm","Mszał jedności czy podziału?","","");
			
	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("","Conferences","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(75,"left","left",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("publikacje.htm","Publications","","");
		addChildmenuItem("nauczania.htm","Teachings","","");
	addSubmenuItem("","Books","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(80,"left","left",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("roboczy.htm","Translations","","");
		addChildmenuItem("roboczy.htm","Author's","","");
	addSubmenuItem("roboczy.htm","Service in the Church","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(105,"left","left",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("roboczy.htm","DRRK","","");
		addChildmenuItem("roboczy.htm","Rector CMiE","","");
		addChildmenuItem("roboczy.htm","Parish-priest","","");
		addChildmenuItem("roboczy.htm","Foreign missions","","");
	


addMainItem("","Prayer",48,"center","","",0,0,"","","","#4532F2","");

	defineSubmenuProperties(160,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("roboczy.htm","Charisma of the prayer","","");
	addSubmenuItem("roboczy.htm","The Eucharist","","");
	addSubmenuItem("roboczy.htm","Liturgical prayer","","");
	addSubmenuItem("roboczy.htm","Personal prayer","","");
	addSubmenuItem("roboczy.htm","Prayer's meetings","","");
	addSubmenuItem("roboczy.htm","Adoration","","");
	addSubmenuItem("roboczy.htm","Intercession Prayer","","");
	addSubmenuItem("roboczy.htm","The Sacrament <br>of the Anointing of the Sick","","");
	addSubmenuItem("","Lectio Divina","mainFrame","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(150,"left","left",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("roboczy.htm","God's Word in the prayer","","");
		addChildmenuItem("roboczy.htm","Prayer with Word of God","","");
	
	addSubmenuItem(".htm","Rosary prayer","","");
	addSubmenuItem("roboczy.htm","Box of intention","","");
	
	


addMainItem("","Evangelization",100,"center","","",0,0,"","","","#4532F2","");

	defineSubmenuProperties(150,"left","left",-4,0,"","","","","","","");


	addSubmenuItem("roboczy.htm","What is it N.E.?","","");
	addSubmenuItem("roboczy.htm","Courses S.N.E.","","");
	addSubmenuItem("roboczy.htm","Individual evangelization","","");
	addSubmenuItem("roboczy.htm","Hospital","","");
	addSubmenuItem("roboczy.htm","Missions","","");
	addSubmenuItem("","Musical group","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(70,"left","left",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("roboczy.htm","About us","","");
		addChildmenuItem("roboczy.htm","Songbook","","");
		addChildmenuItem("roboczy.htm","Concerts","","");
		addChildmenuItem("roboczy.htm","Audio CD","","");
		addChildmenuItem("roboczy.htm","Formation","","");

	addSubmenuItem("roboczy.htm","Documents of the Church","","");


addMainItem("","Courses and Retreats",138,"center","","",0,0,"","","","#4532F2","");

	defineSubmenuProperties(157,"left","left",-4,0,"","","","","","","");
    addSubmenuItem("roboczy.htm","Characteristics of Courses","","");
	addSubmenuItem("roboczy.htm","Dates of Courses","","");
	addSubmenuItem("roboczy.htm","Dates of Retreats","","");
	addSubmenuItem("roboczy.htm","Applications","","");
	addSubmenuItem("roboczy.htm","Testimony","","");

		
addMainItem("","SNE",40,"center","","",0,0,"","","","#4532F2","");

	defineSubmenuProperties(110,"left","left",-4,0,"","","","","","","");

	addSubmenuItem("","","","");
	addSubmenuItem("","Schools SNE","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(155,"left","left",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("roboczy.htm","SNE in Poland","","");
		addChildmenuItem("mapa.htm","Map of Schools in Poland","","");
		addChildmenuItem("http://www.saletini.cz/sne/index.htm","SNE in the Czech Republic","","");
		addChildmenuItem("http://www.sne-pmk-berlin.de/","SNE in Berlin","","");
		
	addSubmenuItem("","CMiE St.Paul","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(115,"left","left",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("cmiedekret.htm","Decree","","");
		addChildmenuItem("cmieliturgia.htm","Liturgy","","");
		addChildmenuItem("roboczy.htm","Small groups","","");
		addChildmenuItem("roboczy.htm","Prayer meetings","","");

addMainItem("","Pastoral Program",110,"center","","",0,0,"","","","#4532F2","");

	defineSubmenuProperties(165,"right","right",-4,0,"","","","","","","");
	addSubmenuItem("rmdekret.htm","Decree","","");
	addSubmenuItem("roboczy.htm","What is it R. Missio?","","");
	
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(85,"right","right",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("roboczy.htm","History","","");
		addChildmenuItem("roboczy.htm","Mission","","");
		addChildmenuItem("roboczy.htm","Vision","","");
		addChildmenuItem("roboczy.htm","Strategy","","");
		addChildmenuItem("roboczy.htm","Service station","","");
		

	addSubmenuItem("roboczy.htm","Whom is RM for?","","");
	addSubmenuItem("roboczy.htm","3 elements of RM","","");
	addSubmenuItem("roboczy.htm","Community-school","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(95,"right","right",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("roboczy.htm","Vision","","");
		addChildmenuItem("pepsi.htm","Program PEPSI ","","");
		addChildmenuItem("roboczy.htm","Structure","","");
		addChildmenuItem("roboczy.htm","Methodology","","");
		addChildmenuItem("profil.htm","Profile","","");
	addSubmenuItem("sylwetkaew.htm","Evangelizer","","");
	addSubmenuItem("roboczy.htm","Program of the formation","","");
	
// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(100,"right","right",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		
		addChildmenuItem("rmst1.htm","The first level","","");
		addChildmenuItem("rmst2.htm","The second level","","");
		
		
	addSubmenuItem("","Map of the service","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(150,"right","right",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("rmewangelizacja.htm","Evangelization","","");
		addChildmenuItem("rmszkoly.htm","Schools RM in Poland","","");
		addChildmenuItem("mapa.htm","Map of schools in Poland","","");
		
	addSubmenuItem("roboczy.htm","How to participate in RM?","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(130,"right","right",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		
		addChildmenuItem("roboczy.htm","How to attach to us?","","");
		addChildmenuItem("roboczy.htm","What does RM need?","","");
		addChildmenuItem("roboczy.htm","What does RM offer?","","");

addMainItem("","Parish",50,"center","","",0,0,"","","","#4532F2","");

	defineSubmenuProperties(165,"right","right",-4,0,"","","","","","","");

	addSubmenuItem("parafiadekret.htm","Decree","","");
	addSubmenuItem("roboczy.htm","What is it?","","");
	addSubmenuItem("","From the life of the parish","","");
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(100,"right","right",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		
		addChildmenuItem("roboczy.htm","Announcements","","");
		addChildmenuItem("parafiawyda.htm","Events","","");


		
addMainItem("","DRRK",50,"center","","",0,0,"","","","#4532F2","");

	defineSubmenuProperties(85,"right","right",-4,0,"","","","","","","");

	addSubmenuItem("drrkstatut.htm","Statute","","");
	addSubmenuItem("drrkzarzad.htm","Management","","");
	addSubmenuItem("drrkakt.htm","News","","");


		

addMainItem("","News",50,"center","","",0,0,"","","","#4532F2","");

	defineSubmenuProperties(115,"right","right",-4,0,"","","","","","","");

	addSubmenuItem("aktwkrotce.htm","Soon before us","","");
	addSubmenuItem("roboczy.htm","Bygone events","","");
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(70,"right","right",0,-10,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
	addChildmenuItem("aktwydarzpl.htm","In Poland","","");
	addChildmenuItem("aktwydarzfr.htm","In France","","");
	addSubmenuItem("","Gallery","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(195,"right","right",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
	addChildmenuItem("galeriabieszcz.php","Bieszczady Mountains 2009","","");
	addChildmenuItem("galeriajan.php","Course of John 2009","","");
	addChildmenuItem("galeriapawel.php","Course of Paul 2009","","");
	addChildmenuItem("galeriabozecialo.php","Celebrations of the Corpus Christi","","");
	addChildmenuItem("galeriaswietorodz.php","Celebrations of families 2009","","");
	addChildmenuItem("triduum2009.htm","Triduum Paschal","","");
	addChildmenuItem("powolaniowe2009.htm","Vocation Retreat","","");	 

	

addMainItem("","Informations",84,"center","","",0,0,"","","","#4532F2","");

	defineSubmenuProperties(145,"right","right",-4,0,"","","","","","","");

	addSubmenuItem("kontakt.htm","Contact","","");
	addSubmenuItem("download.htm","Download","","");
	addSubmenuItem("infuwagi.htm","Your remarks","","");
	addSubmenuItem("copyright.htm","Copyright","","");
	addSubmenuItem("pytzwstawiane.htm","Usually put questions","","");
	addSubmenuItem("","Recommended sides","","");

		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER") [** last six are new **]
		defineChildmenuProperties(180,"right","right",0,-20,"","white","#ffffcc","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("http://www.saletini.cz","Saletyni in The Czech Republic","","");
		addChildmenuItem("http://www.sne-pmk-berlin.de/","SNE in Berlin","","");

}
