function EOLAJavaSmall()
{
var MyXMLFileQuery = window.location.search.substring(1);
var pos = MyXMLFileQuery.indexOf('pano=');
var MyXMLFile = MyXMLFileQuery.substring(pos+5);






 document.write('<!--[if !IE]>-->');
 document.write('<object classid="java:PurePlayer.class" type="application/x-java-applet" archive="PurePlayer.jar" height="449" width="708" class="panoframe" >');
 document.write('<span>Get Java: <a href="http://www.java.com" title="Java Player" rel="external">Download</a> </span> ');
  document.write('<param name="usecache" value="false" />');
 document.write('<param name="gui" value="gui.xml" />');
 document.write('<param name="fullscreen" value="false" />');
 document.write('<param name="code" value="PurePlayer" />');
 document.write('<param name="archive" value="PurePlayerPro.jar" />');
 //document.write('<param name="panorama" value="java_small.xml" />');
 document.write('<param name="panorama" value="');
 document.write(MyXMLFile);
 document.write('.xml" />');
 document.write('<param name="optimizememory" value="true" />');
 document.write('<param name="mayscript" value="true" />');
 document.write('</object>');
 document.write('<!--<![endif]-->');
 document.write('<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" height="449" width="708" > ');
  document.write('<param name="usecache" value="false" />');
 document.write('<param name="gui" value="gui.xml" />');
 document.write('<param name="fullscreen" value="false" />');
 document.write('<param name="code" value="PurePlayer" />');
 document.write('<param name="archive" value="PurePlayerPro.jar" />');
 //document.write('<param name="panorama" value="java_small.xml" />');
 document.write('<param name="panorama" value="');
 document.write(MyXMLFile);
 document.write('.xml" />');
 document.write('<param name="optimizememory" value="true" />');
 document.write('<param name="antialiasing" value="everytime" />');
 document.write('<param name="mayscript" value="true" />');
 document.write('</object>');
 
}
function EOLAJavaBig()
{
var MyXMLFileQuery = window.location.search.substring(1);
var pos = MyXMLFileQuery.indexOf('pano=');
var MyXMLFile = MyXMLFileQuery.substring(pos+5);
 document.write('<!--[if !IE]>-->');
 document.write('<object classid="java:PurePlayer.class" type="application/x-java-applet" archive="PurePlayer.jar" height="449" width="708" class="panoframe" >');
 document.write('<span>Get Java: <a href="http://www.java.com" title="Java Player" rel="external">Download</a> </span> ');
 document.write('<param name="gui" value="gui.xml" />');
 document.write('<param name="fullscreen" value="true" />');
 document.write('<param name="code" value="PurePlayer" />');
 document.write('<param name="archive" value="PurePlayerPro.jar" />');
 //document.write('<param name="panorama" value="java_big.xml" />');
 document.write('<param name="panorama" value="');
 document.write(MyXMLFile);
 document.write('.xml" />');
 document.write('<param name="optimizememory" value="true" />');
 document.write('<param name="mayscript" value="true" />');
 document.write('</object>');
 document.write('<!--<![endif]-->');
 document.write('<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" height="449" width="708" > ');
 document.write('<param name="gui" value="gui.xml" />');
 document.write('<param name="fullscreen" value="true" />');
 document.write('<param name="code" value="PurePlayer" />');
 document.write('<param name="archive" value="PurePlayerPro.jar" />');
 //document.write('<param name="panorama" value="java_big.xml" />');
 document.write('<param name="panorama" value="');
 document.write(MyXMLFile);
 document.write('.xml" />');
 document.write('<param name="optimizememory" value="true" />');
 document.write('<param name="antialiasing" value="everytime" />');
 document.write('<param name="mayscript" value="true" />');
 document.write('</object>');
}


function EOLAShockwaveSmall()
{
 document.write('<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0"  width="708" height="449" >');
 document.write('<param name="src"            value="SPi-V.dcr">');
 document.write('<param name="swURL"          value="sw_small.xml">');
 document.write('<param name="swStretchStyle" value="stage">');
 document.write('<param name="progress"       value="false"> ');
 document.write('<param name="logo"           value="false"> ');
 document.write('<param name="bgColor"        value="#000000">');
 document.write('<embed width="708" height="449" type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/" src="SPi-V.dcr" swURL="sw_small.xml" swStretchStyle="stage"  progress="false" logo="false" bgColor="#000000"> ');
 document.write('</embed>');
 document.write('</object>');
}

function EOLAShockwaveBig()
{
 document.write('<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0"  width="100%" height="92%" >');
 document.write('<param name="src"            value="SPi-V.dcr">');
 document.write('<param name="swURL"          value="sw_big.xml">');
 document.write('<param name="swStretchStyle" value="stage">');
 document.write('<param name="progress"       value="false"> ');
 document.write('<param name="logo"           value="false"> ');
 document.write('<param name="bgColor"        value="#000000">');
 document.write('<embed width="100%" height="92%" type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/" src="SPi-V.dcr" swURL="sw_big.xml" swStretchStyle="stage"  progress="false" logo="false" bgColor="#000000"> ');
 document.write('</embed>');
 document.write('</object>');
}





