function $(a){return document.getElementById(a)}function sendAjax(b,c,d){var a=null;if(window.XMLHttpRequest){a=new XMLHttpRequest()}else{a=new ActiveXObject("Microsoft.XMLHTTP")}if(a!=null){if(d!=null){a.onreadystatechange=function(){d(a)}}a.open("POST",b,true);a.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");a.send(c)}}function DoAction(a){document.getElementById("Form").Action.value=a;document.getElementById("Form").submit()}function DoIdAction(b,a){document.getElementById("Form").Id.value=b;document.getElementById("Form").Action.value=a;document.getElementById("Form").submit()}function RemoveList(a){document.getElementById("Form").Action.value="RemoveList";document.getElementById("Form").ListId.value=a;document.getElementById("Form").submit()}function AddList(a){document.getElementById("Form").Action.value="AddList";document.getElementById("Form").ListId.value=a;document.getElementById("Form").submit()}function RemoveAllList(a){document.getElementById("Form").Action.value="RemoveAllList";document.getElementById("Form").ListId.value=a;document.getElementById("Form").submit()}function AddAllList(a){document.getElementById("Form").Action.value="AddAllList";document.getElementById("Form").ListId.value=a;document.getElementById("Form").submit()}function ConfirmUpdate(){if(confirm("Are you sure you wish to make an update?")){document.getElementById("Form").Action.value="Update";document.getElementById("Form").submit()}}function ConfirmRemove(a){if(confirm("Are you sure you wish to remove "+a+"?")){document.getElementById("Form").Action.value="Remove";document.getElementById("Form").submit()}}function ConfirmIdRemove(b,a){if(confirm("Are you sure you wish to remove "+a+"?")){document.getElementById("Form").Id.value=b;document.getElementById("Form").Action.value="Remove";document.getElementById("Form").submit()}}function History(a){document.getElementById("Form").Id.value=a;document.getElementById("Form").Action.value="History";document.getElementById("Form").submit()}function Edit(a){document.getElementById("Form").Id.value=a;document.getElementById("Form").Action.value="Edit";document.getElementById("Form").submit()}function ExecuteSQLMaybe(a){var b;if(window.event){b=a.keyCode}else{if(a.which){b=a.which}}if(b==13){document.getElementById("Form").Action.value="Execute";document.getElementById("Form").submit()}}function DoActionOnCRLFEvent(a,b){var c;if(window.event){c=a.keyCode}else{if(a.which){c=a.which}}if(c==13){document.getElementById("Form").Action.value=b;document.getElementById("Form").submit()}}function MaxChars(){if(document.getElementById("Form").Comment.value.length>300){document.getElementById("Form").Comment.value=document.getElementById("Form").Comment.value.substr(0,300)}}function MouseIn(d,c){document.getElementById(d).src=c}function MouseOut(d,c){document.getElementById(d).src=c}function MousePress(d,c){document.getElementById(d).src=c}function MouseClickGoTo(e,d,f){document.getElementById(e).src=d;window.location=f}sendAjax("/doAJAX/","action=BROWSER_STATS&sw="+escape(screen.width)+"&sh="+escape(screen.height)+"&sd="+escape(screen.colorDepth)+"&os="+escape(navigator.platform)+"&an="+escape(navigator.appName)+"&cn="+escape(navigator.appCodeName)+"&av="+escape(navigator.appVersion)+"&si="+_session+"&ts="+_timestamp,null);
