function getObject(B){var A;if(document.all&&!document.getElementById){A=document.all[B]}else{if(document.getElementById){A=document.getElementById(B)}}return A}function openWin(D,G,B,E){var A=(640-E)/2;var F=(480-B)/2;if(screen){F=(screen.availHeight-B)/2;A=(screen.availWidth-E)/2}var C="toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes";if(E!=null){C=C+",width="+E+",screenX="+A+",left="+A}if(B!=null){C=C+",height="+B+",screenY="+F+",top="+F}remote=window.open(D,G,C);remote.focus()}function addLoadEvent(A){var B=window.onload;if(typeof window.onload!="function"){window.onload=A}else{window.onload=function(){if(B){B()}A()}}};