var SlideShowSpeed=3000;var CrossFadeDuration=3;var tss;var jss=1;var iss=1;var preLoad=new Array();var arrCaptions=new Array();var arrWidth=new Array();var arrHeight=new Array();function runSlideShow(){if(document.getElementById("picture")){if(document.all&&!window.opera){document.getElementById("picture").style.filter="blendTrans(duration=2)";document.getElementById("picture").style.filter="blendTrans(duration=CrossFadeDuration)";document.getElementById("picture").filters.blendTrans.Apply()}document.getElementById("picture").setAttribute("width",arrWidth[jss]);document.getElementById("picture").setAttribute("height",arrHeight[jss]);document.getElementById("picture").src=preLoad[jss].src;if(document.all&&!window.opera){document.getElementById("picture").filters.blendTrans.Play()}if(document.getElementById("picture-caption")){document.getElementById("picture-caption").innerHTML=arrCaptions[jss]}}jss=jss+1;if(jss>(iss-1)){jss=1}tss=setTimeout("runSlideShow()",SlideShowSpeed)}function addPicture(d,b,c,a){preLoad[iss]=new Image();preLoad[iss].src=d;arrCaptions[iss]=b;arrWidth[iss]=c;arrHeight[iss]=a;iss=iss+1}function popupPicture(e,d,a,g,c,b){if(b){var f=window.open("","","width="+d+",height="+a+",scrollbars=0,location=0,menubar=0,resizable=1");f.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n  <head>\n    <title>'+c+'</title>    <style type="text/css">body {margin: 0px}</style>\n    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\n  </head>\n  <body>\n    <div style="margin: 0px;">\n      <img src="'+e+'" alt="'+g+'" />\n    </div>\n  </body>\n</html>');f.document.close();return true}else{window.open(e,"","width="+d+",height="+a+",scrollbars=1,location=0,menubar=0,resizable=1")}}function popupPan(b,c,a,d){var e=window.open("","","width="+c+",height="+a+",scrollbars=0,location=0,menubar=0,resizable=1");e.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n  <head>\n    <title>'+d+'</title>    <style type="text/css">body {margin: 0px}</style>\n    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />\n  </head>\n  <body>\n    <div style="margin: 0px;">\n     <APPLET archive="PurePlayer.jar" code="PurePlayer.class" width="'+c+'" height="'+a+'">\n             <param name="fullscreen" value="true">\n             <param name="panorama" value="'+b+'.xml">\n             <param name="optimizememory" value="true">\n     </APPLET>\n    </div>\n  </body>\n</html>');e.document.close();return true};
