function ShowJava()
{
   document.write('<applet name="ptviewer_main" archive="pano/ptviewer.jar" code="ptviewer.class" width="210" height="150" mayscript="true" />\n');
   document.write('<param name="file"  value="ptviewer:0" />\n');
   document.write('<param name="pano0"\n');
   document.write('value="{file=pano/almere_haven8_2.jpg}\n')
	document.write('{fov=60}\n')
	document.write('{fovmin=15}\n')
     document.write('{fovmax=100}\n')
	document.write('{auto=0.01}\n')
	document.write('">\n')
   document.write('</applet />\n');
}

