function openNormalPopup(e,d,c,b){var a=window.open(e,d,"location=yes, scrollbars=yes, toolbar=yes, resizable=yes, menubar=yes, status=yes, width="+c+", height="+b+" top=250, left=350, center=1");a.focus();return false}function Trim(a){return RTrim(LTrim(a))}function LTrim(b){for(var a=b,c=0;c<b.length;c++)if(b.charAt(c)!=" "){a=b.substring(c);return a}a="";return a}function RTrim(b){for(var a=b,c=b.length-1;c>=0;c--)if(b.charAt(c)!=" "){a=b.substring(0,c+1);return a}a="";return a}
