var defaultOptions="location=no,menubar=no,resizable=yes,scrollbars=yes,status=yes,titlebar=no,toolbar=no,directories=no";var fullNavOptions="location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,titlebar=no,toolbar=yes,directories=no";function NewWindowDefaultSize(A){window.open(A.href,"",defaultOptions);return false}function NewWindowWithSizeAndFullNav(C,A,B){return NewWindowWithSizeAndOptions(C,A,B,"fullnav")}function NewWindowWithSizeAndOptions(D,A,C,B){scw=screen.width;if(scw<A){A=scw}sch=screen.height;if(sch<C){C=sch}if(B&&B.toString().toLowerCase()=="fullnav"){B=fullNavOptions}window.open(D.href,"","width="+A+", height="+C+","+B);return false}function NewWindowWithSize(C,A,B){return NewWindowWithSizeAndOptions(C,A,B,defaultOptions)}function NewWindow(A){return NewWindowWithSize(A,924,600)};