function popupHelp(C,D){popupHelpFullPath("/help/helpcontent.jsp","contentfiles/"+C,D)}function popupHelpFullPath(M,L,J){var Q=L.indexOf("#");if(Q!=-1){var N=L.substring(Q);var K=L.split("#");var R=M+"?page="+K[0]+"&fullPath=true&logStatus="+J+N}else{var R=M+"?page="+L+"&fullPath=true&logStatus="+J}var O="width=500,height=400,top=40,left=40,scrollbars=yes,status=yes,menubar=yes,toolbar=yes,resizable=yes";var P="Help";helpremote=window.open(R,P,O);if(helpremote.opener==null){helpremote.opener=window}helpremote.opener.name="opener";helpremote.focus()}function popupBrandedHelp(D,E,F){popupLocalizedHelp(E+"help/"+D,F)}function popupLocalizedHelp(G,E){var H=",height=400,top=40,left=40,scrollbars=yes,status=yes,menubar=yes,toolbar=yes,resizable=yes";if(E==null||E==""){H="width=500"+H}else{H="width="+E+H}var F="Help";helpremote=window.open(G,F,H);if(helpremote.opener==null){helpremote.opener=window}helpremote.opener.name="opener";helpremote.focus()}function popupCommonFaq(K){var G="width=800,height=600,top=0,left=0,scrollbars=yes,status=yes,menubar=yes,toolbar=yes,resizable=yes";var H="CommonFAQ";var J=K;var L=J.substring(0,J.indexOf("#"));L=L+"?isLogin="+K.substring(K.indexOf("#")+1,K.length);var I=window.open(L,H,G);I.focus()}