Thanks, I can see it now... but then I have another problem...
It seems that the code I made for the navigaition (the if-else statements) don't work. I made them so that depending on the strip that loads currently, the relating previous/next/first links will appear.
I coded it so that when clicking on "previous" it would de-increment the $strip_id and when the php script got to
echo "<div id=\"body\"><img src=\"$strip_address\">"
it would load the file again based on the de-incremented variable...
But I don't think it works that way since It only loads the same image... I think I did something wrong.
Same thing with clicking on "first" which is supposed to load the first script, and next, etc...
Help...