Hello I have a main page containing an ajax file inside inside the ajax file, small and large images are retrived from a mysql database, the large images are inside a hidden div, onmouseover on the small pic, the hidden frame is visible and the large image appears, there is also a pagination inside the ajax file to show the next 12 images I need to make sure the large images are preloaded, the site is still offline, i am worried that online onmouseover, the largeimage wont appear cause it is not loaded yet I need to make sure the large images are prelaoded Many Thanks