Ok I found the error.
I decided to document.write the variables to see what would show up and I noticed that the galnum variable was 2 and not 02 you can't have an integer 0 in front or it'll just ignore it.
So I have the problem fixed; I'll just have to change the different galnum variables to strings.
Since I figured out the problem I can now use my for loop for this instead which is faster. 
Last edited by SillyWilly : 02-17-2008 at 05:44 AM.
|