function displayTour(fileName, yaw) {
    document.write('<APPLET wmode=transparent height=300 width=400 archive=tour/ilaviewer2.zip code=ilaviewer2.class name=ilaviewer2 mayscript="true" style = "z-index:1">');
    document.write('  <PARAM NAME="initialview" VALUE=", 0.00, 0.70">');
    document.write('  <PARAM NAME="yawStart" VALUE="'+yaw+'">');
    document.write('  <PARAM NAME="filename" VALUE="tour/'+fileName+'">');
    document.write('  <PARAM NAME="splash" VALUE="tour/splash.gif">');
    document.write('  <PARAM NAME="toolbar" VALUE="tour/ilatoolbar.gif">');
    document.write('  <PARAM NAME="helpURL" VALUE="a">');
    document.write('  <PARAM NAME="wmode" VALUE="transparent">');
    document.write('  <PARAM NAME="backgroundcolor" VALUE="FFFFFF">');
    document.write('</APPLET>');
}