//<!--
//\include\js\help\openHelpWindow.js@@\main\16

var cbc;var focusWin=((navigator.userAgent.toLowerCase().indexOf("msie")==-1)||(parseInt(navigator.appVersion)>=5));function openHelpWindow(pPath)
{if(cbc&&(country=="us"))
{document.location.href=pPath;return false;}
var win=ebayShowPopupWindow(pPath,"helpwin",465,410,0,0,0,1,1,0);if(focusWin)
win.focus();return false;}
function openNonHelpWindow(pPath)
{var win=ebayShowPopupWindow(pPath,"third",400,620,1,1,1,1,1,1);if(focusWin)
win.focus();return false;}
function openContextualHelpWindow(pPath)
{ebayDowngradeDomain();var w=420,h=500;var win=ebayShowPopupWindow(pPath,"helpwin",w,h,0,0,0,1,1,0,"screenX="+parseInt(screen.availWidth-430)+",screenY=0");if((!win||win.closed)&&(typeof(ebHelpStrPopupBlocked)=="string"))
alert(ebHelpStrPopupBlocked);return false;}
function openHelpWebTV(pPath)
{document.location.href=pPath;return false;}
if(navigator.appName.indexOf("WebTV")!=-1)
{window.openHelpWindow=window.openNonHelpWindow=window.openContextualHelpWindow=openHelpWebTV;}
// -->
