Are you getting any javascript exceptions before the line showing the image is executed? Try triggering your load app function with the applets Creation event instead of the body onload event :
<PARAM NAME="CreationEvent" VALUE="loadapp">
Are you getting any javascript exceptions before the line showing the image is executed? Try triggering your load app function with the applets Creation event instead of the body onload event :
<PARAM NAME="CreationEvent" VALUE="loadapp">