
(function()
{
  if (typeof(Feeling) == 'undefined')
  {
    document.write('<' + 'script src="http://www.presto3d.com/javascripts/feeling_viewer.js" type="text/javascript"><' + '/script>' );
    document.write('<' + 'style type="text/css"><!-- .presto3d_embed_container {\n  display: block;\n  width: 402px;\n  border: 4px solid #a6a6a6;\n  padding: 5px;\n  background-color: #dae7f6;\n  font-family: \"Trebuchet MS\", Arial, \"Sans-serif\";\n  font-size: 14px;\n  color: #777; }\n  .presto3d_embed_container * {\n    margin: 0;\n    padding: 0;\n    border: 0; }\n  .presto3d_embed_container img {\n    border: 0; }\n  .presto3d_embed_container .presto3d_links {\n    padding-top: 5px;\n    line-height: 20px;\n    text-align: center; }\n    .presto3d_embed_container .presto3d_links a {\n      color: #777;\n      font-weight: normal;\n      padding: 5px;\n      white-space: pre; }\n --></style>');
  }

  var elementId = 'presto3d_embed_' + parseInt(Math.random() * 10000000) + '_' + parseInt(Math.random() * 10000000);
  document.write('<img src="http://www.presto3d.com/images/embed_logo.png"/>')
  document.write('<div style="text-align: right; margin-top:-25px; padding-bottom: 5px; padding-left:135px;"><em>Nefertiti</em> by bustermk2</div>')
  document.write('<div style="background: white; border: 1px solid #d9d9d9; width:400px; height:300px; position:relative;"><div id="' + elementId + '" style="width:100%;height:100%"></div></div>');

  var embedInit = function()
  {
    Feeling.Viewer.version = '2.0.0.3020'; 
    
    var element = document.getElementById(elementId); 
    
    if (!Feeling.PluginDetector.isSupportedPlatform())
      element.innerHTML = '<img alt="Plugin_unavailable" src="http://www.presto3d.com/images/plugin_unavailable.png" style="border:0;" />';
    else if (!Feeling.PluginDetector.isCurrentVersion())
    {      
      if (Feeling.PluginDetector.isInstalled())
        element.innerHTML = '<a href="http://www.presto3d.com/3dviewer/FViewerWebInstaller.exe" style="display:block; padding:50px 20px 20px 20px;"><img alt="Download_plugin" src="http://www.presto3d.com/images/download_plugin.png" style="border:0; width: 100%;" /></a><div style="display:block; padding: 0 20px">A newer version of the Feeling Viewer plugin is required.</div><div style="display:block; padding: 20px">1. Click the download link and save the installer<br/>2. Double click the installer & follow the instructions</div>';
      else
        element.innerHTML = '<a href="http://www.presto3d.com/3dviewer/FViewerWebInstaller.exe" style="display:block; padding:50px 20px 20px 20px;"><img alt="Download_plugin" src="http://www.presto3d.com/images/download_plugin.png" style="border:0; width: 100%;" /></a><div style="display:block; padding: 20px">1. Click the download link and save the installer<br/>2. Double click the installer & follow the instructions</div>';
    }
    
    var viewer = new Feeling.Viewer(element);
    viewer.setDocument('http://www.presto3d.com/models/414-Nefertiti/model_previews/1382/show_main_file', 'Gcevm16E9wS44nnkTc52OKje7N5cpkDgoUUx3+X2Iuvd+e8kpT9j7asFXfiHaruPwDcgVWF8q1VdSj6NYurnPw==');
  };
  
  if (window.addEventListener)
    window.addEventListener('load', embedInit, false);
  else
    window.attachEvent('onload', embedInit);
})();
