//crunchinatorvariable_compressed
function fAnimateButton(oButton,sState){fDebugPoint('fAnimateButton','Setting button '+oButton.getAttribute('id')+' '+sState);if(oButton.tagName!='BUTTON')oButton=fParentElement(oButton,'BUTTON');if(oButton.linkedButton)fAnimateButton(eval('document.oForm.'+oButton.linkedButton),sState);oButton.className=sState;}function fCheckButton(oElement){fDebugPoint('fCheckButton','starting to check '+(oElement==null?'no element':oElement.tagName));if(oElement==null)return null;if(oElement.tagName!='BUTTON'){var oTempButton=fParentElement(oElement,'BUTTON');if(oTempButton!=null)oElement=oTempButton;}if(oElement==null)fDebugPoint('fCheckButton','no element found');else fDebugPoint('fCheckButton','element of type '+oElement.tagName+' found OK');return oElement;}fRegister('standardButtons.js v. 2107022033');
