I have noticed that on some websites they have a page display that says, "please wait while page loads" and then it shows the complete page when loaded loaded. This makes the images apear at once, and the user knows that the page is loading. I was wondering how you could program this in javascript so that when all of my scripts and graphics are done, it displays the rest of the page page??? I don't want to target another page, I want this all to be done on the same html page. I was thinking of maybe showing a div with the page loading and then hiding it and displaying the rest of the page when it has finished processing, do you have any ideas for a function?? or do you know of any pages with this so that i can check out how they do it????