if(top.frames.length>0){top.location.href=self.location;} var WRInitTime=(new Date()).getTime(); if(navigator.userAgent.toLowerCase().indexOf('msie')!=-1&&navigator.appName.toLowerCase().indexOf('opera')==-1) { document.write('\n'); } function ExtraForm() {document.Search.Lxtri.value=navigator.appName+", "+navigator.userAgent;document.Search.Lxone.value=screen.width+"*"+screen.height;} function rTab(b,a,m) { for(i=1;i<=m;i++) {document.getElementById("tab"+b+i).className="";document.getElementById("tabp"+b+i).className="rHidden";} document.getElementById("tab"+b+a).className="rSTab";document.getElementById("tabp"+b+a).className=""; } function aiTab(a,m) { for(i=1;i<=m;i++) {document.getElementById("tab"+i).className="naTab";document.getElementById("page"+i).className="naHidden";} document.getElementById("tab"+a).className="naTab naSelTab";document.getElementById("page"+a).className=""; } function embedVideo() { document.write('
'); if("0" == VideoID) { document.write('
A video presentation of the new features in this release will soon be published on YouTube and then embedded here.
'); } else if("astree" == VideoID) { document.write('
A video presentation of the new features in this release will soon be published on YouTube and then embedded here.
'); } else { document.write('
'); document.write('
'); for(i=0;ChapterStart[i];i++) { document.write(""); document.write(""); document.write(""); } document.write('
"+eval(Math.floor(ChapterStart[i]/60))+":"+((eval(ChapterStart[i]%60)).toString().length<2?"0":"")+eval(ChapterStart[i]%60)+""+ChapterDesc[i]); var marginLeft = 50; var currLength = 10; var progressBar = 536; var currStart = marginLeft; var nextStart = marginLeft + progressBar; currStart += Math.floor(ChapterStart[i]/VideoLength*progressBar); if(typeof ChapterStart[i+1] !== 'undefined'){nextStart = marginLeft + Math.floor(ChapterStart[i+1]/VideoLength*progressBar);} currLength = nextStart - currStart; document.write(""); document.write("
'); } document.write('
'); } function showVideo() { if(""==document.getElementById("video").className) { document.getElementById("video").className="naHidden"; document.getElementById("rKnob").className="rKnob"; document.getElementById("ytTab").className=""; } else { document.getElementById("video").className=""; document.getElementById("rKnob").className="naHidden"; document.getElementById("ytTab").className="naSelTab"; } } function jumpTo(iframe,videoid,start) { document.src="https://www.youtube.com/watch?v="+videoid+"&t="+start+"s"; } function prodSelect(prodID) { if(""==document.getElementById(prodID).className) {document.getElementById(prodID).className="selected";} else{document.getElementById(prodID).className="";} } // var prevScrollState = window.pageYOffset; // window.onscroll = function() { // var currentScrollState = window.pageYOffset; // if (prevScrollState > currentScrollState) { // document.getElementById('rHeader').style.top = '0'; // if(document.getElementById('rSubHeader')){document.getElementById('rSubHeader').style.top = '40px';} // } else { // document.getElementById('rHeader').style.top = '-40px'; // if(document.getElementById('rSubHeader')){document.getElementById('rSubHeader').style.top = '0';} // } // prevScrollState = currentScrollState; // }