function insertDiv(){if(strBrowser=="ff"||strBrowser=="op"){document.write('<div class="break"></div>')}}function inputOn(A,B){if(A.value==B){if(A.type=="password"){A.style.background="#F5F5F6"}A.value=""}}function inputOff(A,B){if(A.value==""){if(A.type=="password"){A.style.background="url(../_img/bgr_inputpassword.gif) no-repeat #F5F5F6";A.value=""}else{A.value=B}}}function completeMenu(){$("#menu > ul.main > li > a > div").addClass("out");$("#menu > ul.main > li > a > div").mouseover(function(){this.className="over"});$("#menu > ul.main > li > a > div").mouseout(function(){this.className="out"})}function moveValue(B,A){document.getElementById(A).value=B.value};