/***
This is the menu creation code - place it right after your body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/

var oM=new makeCM("oM")
oM.pxBetween =0
oM.fromTop=0
oM.fromLeft=10
oM.menuPlacement="center"
oM.wait=600
oM.fillImg="cm_fill.gif"
oM.zIndex=100
oM.resizeCheck=1
oM.zIndex=100

oM.onlineRoot="http://www.kirche-kroepelin.de/"
oM.offlineRoot="file:///D|/Eigene Dateien/Homepage-Kroepelin/"

oM.rows=1

//Background bar properties
oM.useBar=1
oM.barWidth="80%"
oM.barHeight="menu"
oM.barX="menu"
oM.barY="menu"
oM.barClass="clBar"
oM.barBorderX=0
oM.barBorderY=0
oM.barBorderClass="clB3"

//Level properties
//Syntax for fast creation (advanced users only)
//oM.level[1]=new cm_makeLevel(width,height,regClass,overClass,borderX,borderY,borderClass,rows,align,offsetX,offsetY,arrow,arrowWidth,arrowHeight)

oM.level[0]=new cm_makeLevel()
oM.level[0].width=150
oM.level[0].height=30
oM.level[0].regClass="clT"
oM.level[0].overClass="clTover"
oM.level[0].borderX=1
oM.level[0].borderY=0
oM.level[0].borderClass="clB2"
oM.level[0].rows=0
oM.level[0].align="bottom"
oM.level[0].offsetX=0
oM.level[0].offsetY=0
oM.level[0].arrow=0
oM.level[0].arrowWidth=0
oM.level[0].arrowHeight=0

oM.level[1]=new cm_makeLevel()
oM.level[1].width=120
oM.level[1].height=null
oM.level[1].regClass="clS"
oM.level[1].overClass="clSover"
oM.level[1].borderX=1
oM.level[1].borderY=1
oM.level[1].borderClass="clB1"
oM.level[1].align="bottomright"
oM.level[1].rows=1
oM.level[1].arrow="pfeil.gif"
oM.level[1].arrowWidth=10
oM.level[1].arrowHeight=10

oM.level[2]=new cm_makeLevel()
oM.level[2].width=120
oM.level[2].height=null
oM.level[2].borderClass="clB3"
oM.level[2].regClass="clS2"
oM.level[2].borderX=1
oM.level[2].borderY=1
oM.level[2].rows=1
oM.level[2].offsetX=0
oM.level[2].offsetY=0
oM.level[2].overClass="clS2over"
oM.level[2].align="bottom"

//oM.level[1]=new cm_makeLevel(width,height,regClass,overClass,borderX,borderY,borderClass,rows,align,offsetX,offsetY,arrow,arrowWidth,arrowHeight)
oM.level[3]=new cm_makeLevel(0,0,"","",1,1,"clB2",0,"left")
oM.level[3].slidepx=0
oM.level[3].clippx=10

oM.level[5]=new cm_makeLevel(0,0,"","",1,1,"clB",0,"left")
oM.level[5].filter="progid:DXImageTransform.Microsoft.Fade(duration=0.5)"

oM.level[4]=new cm_makeLevel(0,0,"","",1,1,"clB2",0,"left")
oM.level[4].filter=""
oM.level[4].slidepx=10

oM.level[6]=new cm_makeLevel(0,0,"","",1,1,"clB2",1,"right")
oM.level[6].clippx=10
oM.level[6].regClass="clS"
oM.level[6].overClass="clSover"
oM.level[6].border=null
oM.level[6].borderClass="clB1"

oM.level[7]=new cm_makeLevel(0,0,"","",3,3,"clB2",1,"right")
oM.level[7].clippx=10

/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
*************************************/
oM.makeMenu('top0','','Startseite','index.html','_self',60,20)

oM.makeMenu('top1','','Aktuelles','aktuelles.html','_self',60,20)

oM.makeMenu('top2','','Stadtkirche','stadtkirche.html','_self',70,20,'','','','',"bottom",0)
oM.makeMenu('2sub10','top2','Tauffünte','tauffuente.html','_self',70,20)
oM.makeMenu('2sub11','top2','Kanzel','kanzel.html','_self',70,20)
oM.makeMenu('2sub12','top2','Christophorus','christophorus.html','_self',70,20)

oM.makeMenu('top3','','Kirchgemeinde','kirchgemeinde.html','_self',85,20)

oM.makeMenu('top4','','Gottesdienste','','_self',85,20)
oM.makeMenu('4sub10','top4','in Kröpelin','gottesdienste_kroepelin.html','_self',85,20)
oM.makeMenu('4sub11','top4','in Alt Karin','gottesdienste_karin.html','_self',85,20)

oM.makeMenu('top5','','Sozialstation','sozialstation.html','_self',75,20)

oM.makeMenu('top6','','Friedhof','friedhof.html','_self',60,20)

oM.makeMenu('top7','','Gruppen','gruppen.html','_self',55,20)

oM.makeMenu('top8','','Veranstaltungen','veranstaltungen.html','_self',90,20)

oM.makeMenu('top9','','Anschriften','adressen.html','_self',70,20)

oM.makeMenu('top10','','Stadt Kröpelin','stadt.html','_self',80,20,'','','','',"bottom",0)
oM.makeMenu('10sub10','top10','kath. Kirche','kath_kirche.html','_self',80,20)
oM.makeMenu('10sub11','top10','jüd. Friedhof','jued_friedhof.html','_self',80,20)
oM.makeMenu('10sub12','top10','Mühle','muehle.html','_self',80,20)

oM.makeMenu('top11','','Propstei','propstei.html','_self',55,20)
oM.makeMenu('top12','','Landeskirche','landeskirche.html','_self',80,20,'','','','',"bottom")
oM.makeMenu('12sub10','top12','Kirchenkreise','kirchenkreise.html','_self',80,20,'','','','',"left",0)
    oM.makeMenu('','12sub10','Rostock Ost','http://www.kirche-kroepelin.de/kk_ro.html','_self',80,20)
	oM.makeMenu('','12sub10','Rostock West','http://www.kirche-kroepelin.de/kk_rw.html','_self',80,20)
	oM.makeMenu('','12sub10','Parchim Ost','http://www.kirche-kroepelin.de/kk_po.html','_self',80,20)
	oM.makeMenu('','12sub10','Parchim West','http://www.kirche-kroepelin.de/kk_pw.html','_self',80,20)
	oM.makeMenu('','12sub10','Güstrow Ost','http://www.kirche-kroepelin.de/kk_go.html','_self',80,20)
	oM.makeMenu('','12sub10','Güstrow West','http://www.kirche-kroepelin.de/kk_gw.html','_self',80,20)
	oM.makeMenu('','12sub10','Güstrow Süd','http://www.kirche-kroepelin.de/kk_gs.html','_self',80,20)
	oM.makeMenu('','12sub10','Wismar Nord','http://www.kirche-kroepelin.de/kk_wn.html','_self',80,20)
	oM.makeMenu('','12sub10','Wismar Mitte','http://www.kirche-kroepelin.de/kk_wm.html','_self',80,20)
	oM.makeMenu('','12sub10','Wismar Süd','http://www.kirche-kroepelin.de/kk_ws.html','_self',80,20)
	oM.makeMenu('','12sub10','Stargard','http://www.kirche-kroepelin.de/kk_st.html','_self',80,20)
		
   oM.construct()