function kaonApp(w,h,s)
{
  document.write
    ("<applet code=com.kaon.meson.MesonApplet archive='mesonApplet.jar,rasterGluon.jar,sceneGluon.jar' width="+w+" height="+h+" alt='Please Enable Java' "+
     "codebase='/assets/cdc_content_elements/3d_models/ucs'"+
     "MAYSCRIPT><param name='meson' value='"+
     'Applet.Primary.fill="fff";'+
     'Meson.setCurrentDataSource(Meson.documentBase=Meson.codeBase);'+
     'Meson.gluon("com.kaon.meson.raster.RasterGluon");'+
     'Meson.gluon("com.kaon.meson.scene.SceneGluon");'+
     'Image.Loading.anchor=_C;'+
     'Image.Loading.x={Display.Primary.width/2};'+
     'Image.Loading.y={Display.Primary.height/2};'+
     'Image.Loading.text="%Center{Powered by Kaon\\nwww.kaon.com}";'+
     s+
     'Data.Program.url="ui.jar";'+
     "'>Java is currently not available on your browser. Please enable Java or upgrade to the latest version of your browser to view the model.</applet>");
}

