//Bilder kopieren bei rechter Maustaste ausschalten

<!--
function stoperror(){
return true
}
window.onerror=stoperror
//-->

<!--

var message="Function Disabled!";
//
function clickIE() {if (document.all) {alert(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {alert(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// -->

//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties
oCMenu.pxBetween=5

//Using the cm_page object to place the menu ----
  //There are some differences between the browsers that I try to fix here.
  
//Angabe wo das Navigationsmen&uuml; plaziert werden soll!
oCMenu.fromLeft=!bw.ns4?cmpage.x2=10:cmpage.x2 = 20
//We also need to "replace" the menu on resize. So:
oCMenu.onresize="oCMenu.fromLeft=cmpage.x2 =11"

oCMenu.fromTop=257
oCMenu.rows=0
oCMenu.menuPlacement=0

oCMenu.resizeCheck=1
oCMenu.wait=1000
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=0

//Background bar properties
oCMenu.useBar=1
oCMenu.barWidth="menu"
oCMenu.barHeight="menu"
oCMenu.barClass="clBar"
oCMenu.barX="menu"
oCMenu.barY="menu"
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=135
oCMenu.level[0].height=30
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=1
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="right"


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=oCMenu.level[0].width-2
oCMenu.level[1].height=27
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right"
oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+20
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"


//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=150
oCMenu.level[2].height=23
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
*************************************/
oCMenu.makeMenu('top0','','Home','../../index-italian.htm')
	
oCMenu.makeMenu('top1','','MCC Su di noi')
  					oCMenu.makeMenu('sub101','top1','Su di noi','../../mcc-su-di-noi/mcc-su-di-noi.php','',135) 
 					oCMenu.makeMenu('sub102','top1','Formulario','../../mcc-su-di-noi/formulario.php','',135)   
					oCMenu.makeMenu('sub103','top1','Contatti regionali','../../mcc-su-di-noi/mcc-coordinatori.php','',135,40)  

oCMenu.makeMenu('top2','','Beata Teresa <br>de Calcutta','','',135,43)
					oCMenu.makeMenu('sub200','top2','Official Novena<br>to Blessed Teresa of Calcutta','http://www.motherteresacause.info/Novena.htm','',170,49)
					oCMenu.makeMenu('sub201','top2','Vaticano','http://www.motherteresacause.info/indexita.htm','',170)
					oCMenu.makeMenu('sub202','top2','Sito Ufficiale della<br>causa di Canonizzazione','http://www.motherteresacause.info/indexita.htm','',170,37)
					oCMenu.makeMenu('sub203','top2','Official Film<br>at the Canonization','http://www.motherteresafilm.com','',170,37)
					
oCMenu.makeMenu('top3','','MCC Attivita')
  					oCMenu.makeMenu('sub301','top3','Ritiro Ars 2007','../../mcc-attivita/2007-ars.php','',135)  
  					oCMenu.makeMenu('sub302','top3','Notizie','../../mcc-attivita/notizie.php','',135) 
				
oCMenu.makeMenu('top4','','Adozioni Spirituali','../../adozioni/adozioni.php')
  
oCMenu.makeMenu('top5','','MC Contatti')
					oCMenu.makeMenu('sub501','top5','MC Active Sisters','../../mc-contatti/mc-active-sisters.php','',190)  		
					oCMenu.makeMenu('sub502','top5','MC Contemplative Sisters','../../mc-contatti/mc-contemplative-sisters.php','',190)  
					oCMenu.makeMenu('sub503','top5','MC Fathers','../../mc-contatti/mc-fathers.php','',190)  
					oCMenu.makeMenu('sub504','top5','MC Active Active Brothers','../../mc-contatti/mc-active-brothers.php','',190)  								
					oCMenu.makeMenu('sub505','top5','MC Contemplative Brothers','../../mc-contatti/mc-contemplative-brothers.php','',190)  

oCMenu.makeMenu('top6','','Preghiere')
					oCMenu.makeMenu('sub601','top6','Love to pray','../../preghiere/love-to-pray.php','',190)
					oCMenu.makeMenu('sub602','top6','Adoration','','',190)
		oCMenu.makeMenu('sub6021','sub602','Bowing Low / Tantum Ergo','../../preghiere/bowing-low.php','',160)
		oCMenu.makeMenu('sub6022','sub602','Divine Praises','../../preghiere/divine-praises.php','',160)
					oCMenu.makeMenu('sub603','top6','After Communion preghiere','','',190)
		oCMenu.makeMenu('sub6301','sub603','Dear Jesus','../../preghiere/dear-jesus.php','',160)
		oCMenu.makeMenu('sub6302','sub603','Anima Christi','../../preghiere/anima-christi.php','',160)
		oCMenu.makeMenu('sub6303','sub603','Prayer of St. Francis','../../preghiere/prayer-of-st.francis.php','',160)
		oCMenu.makeMenu('sub6304','sub603','Prayer from Pope Paul VI.','../../preghiere/prayer-pope-paul-VI.php','',160)		
					oCMenu.makeMenu('sub604','top6','Prayer to the Secred Heart of Jesus','../../preghiere/prayer-to-the-heart-of-jesus.php','',190,40)
					oCMenu.makeMenu('sub605','top6','Mothers Meditation in the Hospital','../../preghiere/mothers-meditation-in-the-hospital.php','',190,40)		
					oCMenu.makeMenu('sub606','top6','Whatsoever you do','../../preghiere/whatsoever-you-do.php','',190)
					oCMenu.makeMenu('sub607','top6','Prayer to the Holy Spirit','../../preghiere/prayer-to-the-holy-spirit.php','',190)
					oCMenu.makeMenu('sub608','top6','Virgin Mary','','',190)
		oCMenu.makeMenu('sub6801','sub608','Immaculate Heart of Mary','../../preghiere/immaculate-heart-of-mary.php','',160)
		oCMenu.makeMenu('sub6802','sub608','Consecration to Our Lady','../../preghiere/consecration-to-our-lady.php','',160)
		oCMenu.makeMenu('sub6803','sub608','Prayer to Our Lady','../../prayer/sprayer-to-our-lady.php','',160)
		oCMenu.makeMenu('sub6804','sub608','Remember - Memorare','../../preghiere/remember-memorare.php','',160)
		oCMenu.makeMenu('sub6805','sub608','CCM Prayer to Our Lady','../../preghiere/ccm-prayer-to-our-lady.php','',160)			
					oCMenu.makeMenu('sub609','top6','Prayer for the Canonization of Mother Teresa and to obtain a favor','../../preghiere/prayer-for-cannonization.php','',190,50)
					oCMenu.makeMenu('sub610','top6','Various preghiere','','',190)
		oCMenu.makeMenu('sub6105','sub610','Prayer for Peace','../../preghiere/peace.php','',160)	
					oCMenu.makeMenu('sub611','top6','preghiere for the Death','','',190)
		oCMenu.makeMenu('sub6111','sub611','Into Paradise','../../preghiere/into-paradise.php','',160)	
		oCMenu.makeMenu('sub6112','sub611','For a Religious','../../preghiere/for-a-religious.php','',160)		
		oCMenu.makeMenu('sub6113','sub611','For a Person Deceased','../../preghiere/for-a-deceased.php','',160)
					oCMenu.makeMenu('sub612','top6','For the Helpless Unborn','../../preghiere/for-the-helpless-unborn.php','',190)		

oCMenu.makeMenu('top7','','MCC Meditazioni')
	oCMenu.makeMenu('sub701','top7','For a Time of Prayer - Reflections by Mother Teresa','../../meditazioni/reflection-mt-teresa.php','',170,50)
	oCMenu.makeMenu('sub702','top7','I thirst for You','../../meditazioni/i-thirst-for-you.php','',170)

oCMenu.makeMenu('top8','','Documenti')
	oCMenu.makeMenu('sub801','top8','Letter from Sr. Nirmala, Superior General of the MC Sisters','../../documenti/letter-sr.nirmala.php','',190,50)
	oCMenu.makeMenu('sub802','top8','Letter of His Holiness John Paul II.','../../documenti/letter-his-holiness.php','',190,35)
	oCMenu.makeMenu('sub803','top8','Mother Teresas last letter','../../documenti/mothers-last-letter.php','',190)

oCMenu.makeMenu('top9','','Libretti')
	oCMenu.makeMenu('sub901','top9','Libretto 1997','../../libretto-1997/libretto-1997.php')
				oCMenu.makeMenu('sub9101','sub901','Lettera del Vaticano, 1997','../../libretto-1997/lettera-vaticano-1997.php','',190)	
				oCMenu.makeMenu('sub9102','sub901','Caro Fratello Sacerdote','../../libretto-1997/caro-fratello-sacerdote.php','',190)		
				oCMenu.makeMenu('sub9104','sub901','Dichiarazione degli Obiettivi','../../libretto-1997/dichiarazione-degli-obiettivi.php','',190)	
				oCMenu.makeMenu('sub9105','sub901','Nostra Regola di Vita','../../libretto-1997/nostra-regola.php','',190)	
				oCMenu.makeMenu('sub9106','sub901','Lettera Madre Teresa','../../libretto-1997/lettera-madre-teresa.php','',190,35)	
				oCMenu.makeMenu('sub9107','sub901','Maria, Madre di Ges�','../../libretto-1997/maria.php','',190)						
	oCMenu.makeMenu('sub902','top9','Libretto 1982','../../libretto-1982/libretto-1982.php')
				oCMenu.makeMenu('sub9010','sub902','Lettera a un sacerdote','../../libretto-1982/lettera-a-un-sacerdote.php','',190,35)
				oCMenu.makeMenu('sub9011','sub902','Introduzione','../../libretto-1982/introduzione.php','',190,35)
				oCMenu.makeMenu('sub9012','sub902','La Trinit&agrave;: Carit&agrave; nella Comunione','../../libretto-1982/carita.php','',190,35)
				oCMenu.makeMenu('sub9013','sub902','Calcutta: &quot;Tutti trovano la loro casa in te&quot;','../../libretto-1982/calcutta-casa.php','',190,35)
				oCMenu.makeMenu('sub9014','sub902','I ricchi della sua misericordia','../../libretto-1982/ricci.php','',190,35)
				oCMenu.makeMenu('sub9015','sub902','Figlio del Uomo','../../libretto-1982/figlio.php','',190,35)
				oCMenu.makeMenu('sub9016','sub902','Servo e seminatore della Parola','../../libretto-1982/servo.php','',190,35)
				oCMenu.makeMenu('sub9017','sub902','Non c � amore pi� grande','../../libretto-1982/amore.php','',190,35)
				oCMenu.makeMenu('sub9018','sub902','La compassione che continua','../../libretto-1982/compassione.php','',190,35)
				oCMenu.makeMenu('sub9019','sub902','Carit&agrave; e Comunione','../../libretto-1982/comunione.php','',190,35)
				oCMenu.makeMenu('sub9020','sub902','Il pane di vita','../../libretto-1982/pane.php','',190,35)
				oCMenu.makeMenu('sub9021','sub902','Preghiera: la continuazione dell Eucarestia','../../libretto-1982/continuazione.php','',190,35)
				oCMenu.makeMenu('sub9022','sub902','La carit� come sesta via','../../libretto-1982/carita-via.php','',190,35)
				oCMenu.makeMenu('sub9023','sub902','Il posto di Dio nel cuore puro','../../libretto-1982/cuore-puro.php','',190,35)
				oCMenu.makeMenu('sub9024','sub902','Iscrizione e Organizzazione','../../libretto-1982/iscrizione.php','',190,35)
				oCMenu.makeMenu('sub9025','sub902','Conclusione','../../libretto-1982/cuore-puro.php','',190,35)
				oCMenu.makeMenu('sub9026','sub902','Il posto di Dio nel cuore puro','../../libretto-1982/conclusione.php','',190,35)
				oCMenu.makeMenu('sub9027','sub902','Madre Teresa parla del sacerdozio','../../libretto-1982/sacerdozio.php','',190,35)											
								
oCMenu.makeMenu('top10','','Galleria <br>fotografica','../../galleria-fotografica/galleria-fotografica.php','',135,42)

oCMenu.makeMenu('top12','','FAQ','../../faq/faq.php')

oCMenu.makeMenu('top13','','Collegamenti')
	oCMenu.makeMenu('sub1301','top13','Collegamenti','../../collegamenti/collegamenti.php','',170,30)

//Leave this line - it constructs the menu
oCMenu.construct()		

