var xmlhttp;function ConfirmRemove(){if(!confirm(AlertAboutToRemove+"\n"+AlertProceedOrLeaveUnchanged))return false;else return true}function PopUpWindow(a,b,c,d,e,f,g,h,i,j,k){var l;var m="height="+c+",width="+d+",left="+e+",top="+f+",resizable="+g+",scrollbars="+h+",toolbar="+i+",menubar="+j+",status="+k;l=window.open(a,'name',m);if(window.focus){l.focus()}}function GetXmlHttpObject(){if(window.XMLHttpRequest){return new XMLHttpRequest()}if(window.ActiveXObject){return new ActiveXObject("Microsoft.XMLHTTP")}return null}function isFloatingPointNumericString(a){var b="1234567890.-";for(Count=0;Count<a.length;Count++){TempChar=a.substring(Count,Count+1);if(b.indexOf(TempChar,0)==-1){return(false)}}return(true)}function isPositiveIntegerString(a){var b="1234567890";for(Count=0;Count<a.length;Count++){TempChar=a.substring(Count,Count+1);if(b.indexOf(TempChar,0)==-1){return(false)}}return(true)}function isIntegerString(a){var b="1234567890-";for(Count=0;Count<a.length;Count++){TempChar=a.substring(Count,Count+1);if(b.indexOf(TempChar,0)==-1){return(false)}}return(true)}function isValidDate(a,b,c){var d;var e=b-1;d=new Date(c,e,a);return((a==d.getDate())&&(e==d.getMonth())&&(c==d.getFullYear()))}function isValidEmail(a){var b=/^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;var c=a;if(b.test(c)==false){return false}else{return true}}
