$e.addScriptInclude('js/yui290/yahoo-dom-event/yahoo-dom-event.js') $e.addScriptInclude('js/rlomenu.js') $e.printScriptIncludes() #if ($toolbarPosition == "top")
#set ($showCourseName = $e.getParameter("locoursenamevisible","true")) #if (($showCourseName == "true") && ($e.hasContext(5)))
$e.getContextObject(5).getLabel()
#end #set ($showModuleName = $e.getParameter("lomodulenamevisible","false")) #if (($showModuleName == "true") && ($e.hasContext(4)))
$e.getContextObject(4).getLabel()
#end #if ($e.hasContext(3))
$e.getContextObject(3).getLabel()
#else
#end
 

#end #set ($toolbarWidth = $e.getParameter("toolbarWidth",652)+8)
#foreach($btnObj in $e.getButtons())#if ($btnObj.getId().equals("6") && $toolbarPosition != "top")
 
#end#if ($btnObj.isSpacerEnabled())#end$btnObj.getAltText()#end