
function OPERAcorrections(){OPERAFixSmartButtons();}
function OPERAFixSmartButtons(){if(Prototype.Browser.Opera){$$("input.ZsmartButton").each(function(elmt){var buttonText=elmt.readAttribute('buttontext');var value=elmt.readAttribute('value');if(buttonText!=null&&value==null){elmt.setValue(buttonText);}});}}
