function changeCounter(){if(counterValue===0&&flashLockActive==='off'){document.images.next.src=frameworkUrl+'/next.gif';$('pageCountDownTimer').innerHTML=frameMessageAdvance;$('nextButtonLink').href=nextHref;$('nextButtonLink').onMouseOver=null;$('nextButtonLink').onMouseOut=null;}else{if(flashLockActive==='off'){$('pageCountDownTimer').innerHTML=frameMessageTimeLeft+counterValue+frameMessageSeconds;counterValue--;timer=setTimeout("changeCounter()",1000);}$('nextButtonLink').onMouseOver="document.images.next.src='"+frameworkUrl+"/nextXover.gif'";$('nextButtonLink').onMouseOut="document.images.next.src='"+frameworkUrl+"/nextX.gif'";}}function changeGlobalTimer(){if(frameworkGTV===frameworkGTETO){window.location='home.php?mode=frameworkClose&mode2=timedOut';}frameworkGTV++;timer2=setTimeout("changeGlobalTimer()",1000);}function flashChangeGTETO(newValue){frameworkGTETO=newValue;}function flashMovement(){frameworkGTV=0;}function isImageOk(img){if(!img.complete){return false;}if(typeof img.naturalWidth!="undefined"&&img.naturalWidth==0){return false;}return true;}function nextHelpHide(){$('nextHelpBox').style.visibility='hidden';}function nextHelpShow(){if(flashLockActive==='on'){$('nextHelpBox').innerHTML=frameMessageComplete;}$('nextHelpBox').style.visibility='visible';helpTimer=setTimeout("nextHelpHide()",3500);}function nextPageGo(){location=nextHref;}function redirectFrame(url){self.location.href=url;}function submitLoad(buttonId,formId){$(buttonId).value='Loading . . .';$(buttonId).disabled=true;$(formId).submit();return true;}var messageObj=new DHTML_modalMessage();var slide=new Object();