function sb_submitForm(formId){
		jQuery("#"+formId).submit();
}
