
/*
'***********************************************************************
'***********************************************************************
'***********************************************************************
' you must leave object tags as they are below
' this causes java to be downloaded if it is not installed
' the reason we do not use this everywhere in rotatorscript.js 
' is that it does not support when java is only disabled vs not installed

' this class classid='clsid:8AD9C840-044E-11D1-B3E9-00805F499D93'
' does not reuire any specify version of java
' this class classid='clsid:CAFEEFAC-0015-0000-0000-ABCDEFFEDCBA'
' requires that java version greater than 1.5 is installed
' this class classid='clsid:CAFEEFAC-0016-0000-0000-ABCDEFFEDCBA'
' requires that java version greater than 1.6 is installed
 

'this type used in embed, does not work   type='application/x-java-applet;version=1.5.0'



' codebase='http://java.sun.com/products/plugin/autodl/jinstall-1_5_0-windows-i586.cab#Version=1,5,0,0'>

'codebase='http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=6,0,0,99'>


'pluginspage='http://java.sun.com/j2se/1.5.0/download.html'
'pluginspage='http://java.sun.com/javase/downloads'

*/

var appletversion = "rotator16";

document.write("<object ");

document.write("  classid='clsid:8AD9C840-044E-11D1-B3E9-00805F499D93'");//use this line for live
//document.write("  classid='clsid:CAFEEFAC-0018-0000-0000-ABCDEFFEDCBA'");// use this line to force java download
document.write("  width='200' height='200'");
document.write("  codebase='http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=6,0,0,99'>");
 

document.write("<param name='codebase' value ='/rotatordata/'>");
document.write("<param name='archive' value='"+ appletversion +".jar,"+ appletversion +"b.jar'>");
document.write("<param name='code' value='"+ appletversion +".class'>");
document.write("<PARAM name='copyright' value='Copyright (c) http://www.3DRotator.com - All Rights Reserved'>");
document.write("<PARAM NAME ='Key' VALUE='RbrCW5F8nKrG'>");
document.write("<PARAM NAME ='Object_Data_Name' VALUE='R00342'>");
document.write("<PARAM NAME ='Object_Data_URL' VALUE='/Previews/R00342/'>");
document.write("<PARAM NAME ='Quality' VALUE='medium'>");


document.write("    <comment>");
document.write(" <embed code='"+ appletversion +".class'");
document.write("  width='200' height='200'");
document.write("  type='application/x-java-applet'");
document.write("  pluginspage='http://java.sun.com/javase/downloads'");
document.write("archive='"+ appletversion +".jar,"+ appletversion +"b.jar'");
document.write("codebase='/rotatordata/'");
document.write("MAYSCRIPT='true'");
document.write("scriptable='true'");
document.write("copyright='Copyright (c) http://www.3DRotator.com - All Rights Reserved'");
document.write("Key='RbrCW5F8nKrG'");
document.write("Object_Data_Name='R00342'");
document.write("Object_Data_URL='/Previews/R00342/'");
document.write("Quality='medium'");
document.write("/>");
document.write("        <noembed>");
document.write("          No Java Support.");
document.write("        </noembed>");
document.write("      </embed>");

document.write("    </comment>");
document.write("  </object>");



 
 