Quote Originally Posted by JeffM View Post
For some reason, when you click the larger image button in a listing, the pop up window comes on but the image does not appear in the box. The images are where they should be in the /image directory and the small ones appear. See example below.

http://www.educatorsbookbag.com/stor...roducts_id=134

any help would be appreciated! Thanks
I put the page through the W3C Validator - http://validator.w3.org/check?uri=ht...Inline&group=0
I see two problems:
1) There is a comment that starts before the 'function resize()' line but it isn't closed at the end of the function.
2) The resize() function doesn't have a closing brace i.e. '}'