CODE
C:\Documents and Settings\All Users\Start Menu\Programs\Accessories\Media Center\Media Center Programs
.
http://www.yourfilel...t.php?fid=61794I didn't include the roms I used for obvious reason

I'll explain how to edit the file.
Open AutoNav.htm in any editor (notepad is enough

). In the red rectangle, you'll need as many "btnAutoNav_focus" and "btnAutoNav_nofocus" as you button number +2 (to include the "verify" and the "launch" button). So if you have 5 roms, you need 7 "btnAutoNav_focus" and 7 "btnAutoNav_nofocus".
Step 1:

In the step 2 image, you'll have to copy the red block in the first "<table>" as many time as you have roms you want to load. Here's the block:
QUOTE
<tr><td>
<span id="item0" style="position:relative;" onfocus="setItemFocus(0);" onblur="clearItemFocus(0);" onclick="setCookie('NES_ROM', '1942.zip');return false">
<div id="content0" class="btnAutoNav_nofocus">1942 (JU) [!].zip</div>
</span>
</tr></td>
The character in bold are what you need to modify. All the "0" have to be the same number and every button always increase this number by one. In the
setcookie section, replace the "1942.zip" by your rom filename. And replace "1942 (JU) [!].zip" by the name you want to see on the button.
Step 2:

For the final step, it's similar to the step 2. You just need to update the number from the 2 last cell (the "Verify" and "Launch" button" to the number after your last rom's button. Exemple: if your last rom's button have the number 24, change the launch button numbers to 25 and the verify button numbers to 26.
Step 3:

I know this is hard for some of you, but I'll try to work on something this week to make this all automatic (no edition at all). But for now, enjoy it as it is
