//<!--
//\include\js\help\openHelpWindow.js@@\main\12

var hw=""
var nhw=""
function openHelpWindow(path){if(navigator.appName.indexOf("WebTV")==-1){hw=window.open(path,"helpwin","height=465,width=410,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no,resizable=yes,titlebar=no");if((navigator.userAgent.toLowerCase().indexOf("msie")==-1)||(parseInt(navigator.appVersion)>=5))
hw.focus();return false;}
else{document.location.href=path;return false;}}
function openNonHelpWindow(path){if(navigator.appName.indexOf("WebTV")==-1){nhw=window.open(path,"third","height=400,width=620,scrollbars=yes,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,titlebar=yes");nhw.focus();return false;}
else{document.location.href=path;return false;}}
// -->
