<?php
/*
CREATIVE COMMONS - Attribution-No Derivative Works 3.0 Germany:
- You may not alter, transform, or build upon this work.
- Dieses Werk darf nicht bearbeitet oder in anderer Weise verändert werden.
*/
echo '<div id="SubMenu">
<a href="index.php?submenu=filesharing&page=downloadMidiFiles"'; if ($page=="downloadMidiFiles") {echo ' class="selected"';} echo '>
<!--<img src="images/filesharing_midi.gif" alt="'.$L_Button19.'" />-->
'.$L_Button19.'
</a>
<a href="index.php?submenu=filesharing&page=downloadMP3s"'; if ($page=="downloadMP3s") {echo ' class="selected"';} echo '>
<!--<img src="images/filesharing_mp3s.gif" alt="'.$L_Button20.'" />-->
'.$L_Button20.'
</a>
<a href="index.php?submenu=filesharing&page=downloadLyrics"'; if ($page=="downloadLyrics") {echo ' class="selected"';} echo '>
<!--<img src="images/filesharing_lyrics.gif" alt="'.$L_Button21.'" />-->
'.$L_Button21.'
</a>
<a href="index.php?submenu=filesharing&page=downloadNotes"'; if ($page=="downloadNotes") {echo ' class="selected"';} echo '>
<!--<img src="images/filesharing_notes.gif" alt="'.$L_Notes.'" />-->
'.$L_Notes.'
</a>
<a href="index.php?submenu=filesharing&page=downloadVideos"'; if ($page=="downloadVideos") {echo ' class="selected"';} echo '>
<!--<img src="images/filesharing_videos.gif" alt="'.$L_Videos.'" />-->
'.$L_Videos.'
</a>
</div>';
?>