oFoldMenu.substay=false //Should the sub menus stay folded?  
oFoldMenu.sub2stay=false //Should the sub2 menus stay folded?
oFoldMenu.sub3stay=false //Should the sub3 menus stay folded? 
oFoldMenu.sub4stay=false //Should the sub4 menus stay folded?
oFoldMenu.sub5stay=false //Should the sub5 menus stay folded?  
oFoldMenu.sub6stay=false //Should the sub6 menus stay folded?  

oFoldMenu.menubetween=5 //The pixel value between the foldoutmenus

oFoldMenu.left=xpos //The left position of the menu 
oFoldMenu.top=ypos+20 //The top position of the menu 
oFoldMenu.width=130 //The width of the menu
oFoldMenu.maxheight=600 //The maxheight of the menu, be sure to set this one high enough

//Setting styles
oFoldMenu.clFold="text-align:right;" //Regular styles for the topDivs
oFoldMenu.clSub="left:-10; text-align:right" //Styles for the subDivs
oFoldMenu.clSub2="left:-20; text-align:right" //Styles for the sub2Divs
oFoldMenu.clSub3="left:-30; text-align:right" //Styles for the sub3Divs
oFoldMenu.clSub4="left:-40; text-align:right" //Styles for the sub4Divs
oFoldMenu.clSub5="left:-60; text-align:right" //Styles for the sub5Divs

oFoldMenu.clCont="position:absolute;" //The cont layer, set position to relative if you want to try and have it inside a layer or whatever
oFoldMenu.clFoldLinks="font-size:12px; text-decoration:none; font-weight:bold; color:white; font-family : Arial;" //The style for the toplinks
oFoldMenu.clSubLinks="font-size:12px;  text-decoration:none; color:white; font-family : Arial;" //The style for the sublinks
oFoldMenu.clSub2Links="font-size:12px; text-decoration:none; color:white; font-family : Arial;" //The style for the sub2links
oFoldMenu.clSub3Links="font-size:12px; text-decoration:none; color:white; font-family : Arial;" //The style for the sub3links
oFoldMenu.clSub4Links="font-size:10px; text-decoration:none; color:Black" //The style for the sub4links
oFoldMenu.clSub5Links="font-size:10px; text-decoration:none; color:Black" //The style for the sub5links

//Do not change this line!
oFoldMenu.makeStyle()

