ONEGEEK.forms.GValidator.options={reqShow:true,reqChar:"*",reqPlacement:"after",autoFocus:true,supressAlert:false,highlightFields:"highlight",eMsgFormat:"compact",eMsgEventOn:"mouseover",eMsgEventOff:"mouseout",fMsgFormat:null,fMsg:"Please correct the highlighted errors!",icons:{ok:"../images/icons/tick.png",info:"../images/icons/help.png",error:"../images/icons/icon_alert.gif"},"example-custom-form":{reqChar:"^",eMsgFormat:"open",icons:{error:"../images/icons/custom/asterisk_orange.png",info:"../images/icons/custom/comment.gif"},fMsg:"Please correct the highlighted errors!",fMsgFormat:function(c){var b="Please correct the following errors: \n\n";for(var a=0;a<c.length;a++){b+=c[a].label+" - "+c[a].errorMsg+"\n";}alert(b);return false;},supressAlert:true}};