Ok sorry for the late reply but here goes
You need to rename your share from Apps to Programs because this is what mc360 looks for when it enters the window
CODE
<onclick>XBMC.ActivateWindow(1,Programs)</onclick>
Really this is a shortcut to go into the MyPrograms (id=1) window and the Programs share like the others that you have allready named right are
CODE
<onclick>XBMC.ActivateWindow(1,Emulators)</onclick>
<onclick>ActivateWindow(1,Games)</onclick>