function popitup(url,name,newH,newW)
{ var left = (screen.width-newW)/2;
var top = (screen.height-newH)/2;
var newW = w + 100;
var newH = h + 100;
myWindow =...
my problem is when the page loads, the javascript slideshow starts to play even if the image has not yet finished loading... in effect the first image is not displayed since the image is still...