function bos(fid){if (document.forms && document.forms[fid]){document.forms[fid].submit();}else{document.getElementById(fid).submit();}}