// Fix for postback issue in non-IE browswers.
if (window.navigator.appName.toLowerCase().indexOf("microsoft") == -1
	&& typeof __CMS_PostbackForm.onsubmit == "undefined")
{
        __CMS_PostbackForm.onsubmit = null;
}