function openGatewayLink(A){window.open(A,"gateWayWindow","left=0,top=0,width=1024,height=600,toolbar=1,location=1,status=1,menubar=1,scrollbars=1,resizable=1")}function trim(A){return A.replace(/^\s+|\s+$/g,"")}function openUrl(B){if(B!=null&&B.trim!=""){B=trim(B);if(B.search("://")==-1){B="http://"+B}alert("You will be redirected to the third party url.");var A=window.open(B,"","toolbar=no,status=no,menubar=no,scrollbars=1,width=800, height=500,resizable=1");A.focus()}};
