oMenu=new menuObj('oMenu') //Place a name for the menu in there. Must be uniqe for each menu

oMenu.clMain='padding:5px; margin-top:4px; font-family:verdana; font-size:12px; font-weight:bold;' //The style for the main menus
oMenu.clSub='padding:5px; font-family:verdana; font-size:10px' //The style for the submenus
oMenu.clSubSub='padding:5px; font-family:verdana; font-size:10px' //The style for the subsubmenus
oMenu.clAMain='text-decoration:none; color:yellow' //The style for the main links
oMenu.clASub='text-decoration:none; color:#800000' //The style for the sub links
oMenu.clASubSub='text-decoration:none; color:White' //The style for the subsub links

oMenu.backgroundbar=1 //Set to 0 if no backgroundbar
oMenu.backgroundbarfromleft=0 //The left placement of the backgroundbar in pixel or %
oMenu.backgroundbarfromtop=0 //The top placement of the backgroundbar  in pixel or %
oMenu.backgroundbarsize=778 //The size of the bar in pixel or %
oMenu.backgroundbarcolor="#B2021F" //The backgroundcolor of the bar

oMenu.mainheight=29 //The height of the main menuitems in pixel or %
oMenu.mainwidth=111 //The width of the main menuitems  in pixel or %

oMenu.subwidth=oMenu.mainwidth // ** NEW ** The width of the submenus
oMenu.subheight=20 //The height if the subitems in pixel or % 

oMenu.subsubwidth=150 // ** NEW ** The width of the subsubmenus in pixel or % 
oMenu.subsubheight=oMenu.subheight //** NEW ** The height if the subsubitems in pixel or % 

//Writing out the style for the menu (leave this line!)
oMenu.makeStyle()

oMenu.subplacement=oMenu.mainheight //** NEW ** Relative to the main item
oMenu.subsubXplacement=70 //** NEW ** [oMenu.subwidth/2] The X placement of the subsubmenus, relative to the sub item
oMenu.subsubYplacement=7 //** NEW ** The Y placement of the subsubmenus, relative to the sub item

oMenu.mainbgcoloroff='#B2021F' //The backgroundcolor of the main menuitems
oMenu.mainbgcoloron='#DA0E04' //The backgroundcolor on mouseover of the main menuitems
oMenu.subbgcoloroff='yellow' //The backgroundcolor of the sub menuitems
oMenu.subbgcoloron='orange' //The backgroundcolor on mouseover of the sub menuitems
oMenu.subsubbgcoloroff='navy' //The backgroundcolor of the subsub menuitems
oMenu.subsubbgcoloron='blue' //The backgroundcolor on mouseover of the subsub menuitems
oMenu.stayoncolor=1 //Do you want the menus to stay on the mouseovered color when clicked?

oMenu.menuspeed=10 //The speed of the clipping in px
oMenu.menusubspeed=15 //The speed of the submenus clipping in px

oMenu.menurows=1 //Set to 0 if you want rows and to 1 if you want columns

oMenu.menueventon="mouse" //Set this to "mouse" if you want the menus to appear onmouseover, set it to "click" if you want it to appear onclick
oMenu.menueventoff="mouse" //Set this to "mouse" if you them to disappear onmouseout, if not set it to "click"


oMenu.menuplacement=0
oMenu.pxbetween=0 //in pixel or %
oMenu.fromleft=0 //in pixel or %
oMenu.fromtop=0 //in pixel or %

oMenu.makeMain(0,'&nbsp;&nbsp;Kontakta mig!','index.htm#adress')
	oMenu.makeSub(0,0,'Mail, adress &amp; tel','index.htm#adress',1)

oMenu.makeMain(1,'&nbsp;&nbsp;Ulf &Auml;rnstr&ouml;m','bakgrund.htm')
	oMenu.makeSub(1,0,'Bakgrund &amp; skryt','bakgrund.htm',1)

oMenu.makeMain(2,'F&ouml;rest&auml;llningar','program.htm')
	oMenu.makeSub(2,0,'F&ouml;r vuxna &amp; barn','program.htm',1)

oMenu.makeMain(3,'&nbsp;&nbsp;&nbsp;Fortbildning','fortbildning.htm')
oMenu.makeSub(3,0,'&nbsp;&nbsp;&nbsp;Fortbildning','fortbildning.htm',2)
	oMenu.makeSub(3,1,'&nbsp;&nbsp;&nbsp;Snabbkurs','kortkurs.htm',2)
		
oMenu.makeMain(4,'&nbsp;Pedagogforum','pedadog.htm')
	oMenu.makeSub(4,0,'Tips &amp; tankar','pedadog.htm',2)
        oMenu.makeSub(4,1,'Tema sagor','sagor.htm',2)
	
oMenu.makeMain(5,'&nbsp;&nbsp;Inspiration','verkstad.htm')
	oMenu.makeSub(5,0,'Inspirationsk&auml;llor','verkstad.htm',6)
	oMenu.makeSub(5,1,'Ber&auml;ttelser','berattarkiv.htm',6)
        oMenu.makeSub(5,2,'Georgian Toasts','georgian.htm',6)
        oMenu.makeSub(5,3,'Upplev','verkstad.htm',6)
        oMenu.makeSub(5,4,'Skapa','verkstad.htm',6)
        oMenu.makeSub(5,5,'L&auml;nkar &amp; listor','inspiration.htm',6)
                   
		oMenu.makeSubSub(5,3,0,'Upplev total panik','horror.htm',2)
		oMenu.makeSubSub(5,3,1,'Utforska ett text&auml;ventyr','eventyr/index.htm',2)
		
                oMenu.makeSubSub(5,4,0,'Skapa skr&ouml;nor','skroenor.htm',3)
                oMenu.makeSubSub(5,4,1,'Surrealistiska sagor','surreal.htm',3)
		oMenu.makeSubSub(5,4,2,'Bildfantasihistorier','forst.htm',3)
	

oMenu.makeMain(6,'Hem & Nytt!','index.htm')
	oMenu.makeSub(6,0,'Hem & nyheter','index.htm',3)
        oMenu.makeSub(6,1,'Lyssnartorget','lyssnartorget.htm',3)
        oMenu.makeSub(6,2,'Uppdateringar','uppdat.htm',3)
		
		
//When all the menus are written out we initiates the menu
oMenu.construct()