//<!--
//\include\js\help\help.js@@\main\84

function subMenu(parent,title,isTour,linkb,isSubHeading,DHTMLText,hidden){this.ID=new String(menu.length);this.title=title;this.isTour=isTour;this.linkb=linkb;this.isSubHeading=isSubHeading;this.DHTMLText=DHTMLText;this.parent=parent;this.hidden=hidden;}
var helpURLPath="http://"+document.location.hostname+"/help/";var helpContactDir="help/contact/";var x=0;var content="";var rd="";var flag=false,file="",bcWritten=false;function Is(){var agt=navigator.userAgent.toLowerCase();var os=navigator.platform.toLowerCase();this.major=parseInt(navigator.appVersion);this.WebTV=(agt.indexOf('webtv')!=-1);this.mac=(os.indexOf("mac")!=-1);this.opera=(agt.indexOf("opera")!=-1);this.nav=((agt.indexOf('mozilla')!=-1)&&((agt.indexOf('spoofer')==-1)&&(agt.indexOf('compatible')==-1)&&(agt.indexOf('webtv')==-1)));this.nav3up=this.nav&&(this.major>=3);this.ie=(agt.indexOf("msie")!=-1);this.ie3=this.ie&&(this.major<=3);this.ie4up=this.ie&&(this.major>=4);this.nav4up=this.nav&&(this.major>=4);this.nav5up=this.nav&&(this.major>=5);this.nav4=(this.nav&&(this.major>=4)&&(this.major<5));this.nav2=this.nav&&(this.major<3);this.eBayJSnotWebTV=(this.nav3up||this.ie4up);}
var is=new Is();if(!is.nav4)
{var eInd=document.domain.indexOf(".ebay.");if(eInd!=-1)
document.domain=new String(document.domain).substr(eInd+1);}
if(top.frames["data"]&&top.frames["data"].location.search){whatsOpen=(top.frames["data"].location.search.split("&"))?top.frames["data"].location.search.split("&"):"topics";whatsOpen[0]=whatsOpen[0].substr(1,whatsOpen[0].length);}
else whatsOpen=new Array();if(document.getElementById){var isIE=true;}
if((navigator.appName.indexOf("Netscape")!=-1)&&(navigator.appVersion.charAt(0)<=4)){var isNav4=true;}
if((navigator.appName.indexOf("Netscape")!=-1)&&(navigator.appVersion.charAt(0)>=5)){var isNav6=true;}
if(navigator.appName.indexOf("WebTV")!=-1){var isWebTV=true;}
function nn4NoLine(){if(isNav4==true){document.write("");}
else{document.write("<tr><td>&nbsp;</td></tr>");}}
function nnAddLine(){if(navigator.appName.indexOf("Netscape")!=-1)document.write("<tr><td>&nbsp;</td></tr>");}
function openFeesTable(w){if(isNav4==true){document.write("<TABLE BORDER='1' cellspacing='0' ");}
else{document.write("<TABLE BORDER='0' cellspacing='1' ");}
if(w!=null)document.write("WIDTH='"+w+"' ");document.write("CELLPADDING='5' class='showBorders'>");}
function openTipsTable(){if(isNav4==true){document.write("<TABLE BORDER='1' CELLPADDING='5' cellspacing='0' width='100%'>");}
else{document.write("<TABLE BORDER='0' CELLPADDING='5' cellspacing='1' width='100%' class='showBorders'>");}}
function openTableWithBorders(w){if(isNav4==true){document.write("<TABLE BORDER='1' CELLSPACING='0' ");}
else{document.write("<TABLE BORDER='0' CELLSPACING='1' ");}
if(w!=null)document.write("WIDTH='"+w+"' ");document.write("CELLPADDING='5' CLASS='showBorders'>");}
function emdash(){if(isNav4==true){document.write("--");}
else{document.write("&mdash;");}}
function getInsideWindowWidth(){if(is.nav4up)return window.innerWidth;else return document.body.clientWidth;}
function getScrollTop()
{if(is.ie)
return document.body.scrollTop;else
return 0;}
function doPageTitle(pTitle){top.document.title=pTitle;}
var s1=null;var s2=null;var s3=null;function setUniqueUrl(pPG){var icuStr="fromInlineCU=true";if(document.location.search.indexOf(icuStr)==-1)
icuStr="";else
icuStr="&"+icuStr;if(!top.frames["data"])
s1="../index_popup.html?"+thisHelpDir+"="+pPG+icuStr;else if(top.frames["data"].location.href.indexOf("index.html")==-1){s2=helpURLPath+thisHelpDir+"/index.html?"+file;}
else{if(!top.frames["data"].location.search){s3=top.frames["data"].location.href.concat("?",file);}}}
var rdWidth
function setRdProps(w){rd=(document.getElementById)?document.getElementById('roDiv'):null;if(rd)
{var adj=(isNav6==true)?20:5;rdWidth=(arguments.length==0)?180:w;rd.style.width=rdWidth;rd.style.position="absolute";rd.style.left=getInsideWindowWidth()-(rdWidth+adj);var top=40;var st=getScrollTop();if(st!=0)
{top=st;if(bcWritten&&(top<75))
top=75;}
else if(bcWritten)
top+=35;else
top+=65;rd.style.top=top;}}
function rollOver(dt){if(is.mac&&is.ie4up)
return false;if(document.getElementById){content="<table align='right' id='roBox' width='100%' cellspacing='0'>";content+="<tr valign='top'><td>";content+=bullet+"</td><td>"+dt;content+="</td><td>"+helpPin+"</td></tr></table>";}
rd.innerHTML=content;return content;}
function rollOut(){if(document.getElementById){rd.innerHTML="";}}
function hasChildID(pParentID,pChildID)
{for(var i=0;i<menu.length;i++)
{if(menu[i].ID==pChildID)
{var prnt=menu[i].parent;while(prnt)
{if(prnt.ID==pParentID)
return true;prnt=prnt.parent;}
return false;}}
return false;}
function writeMenu(){document.write("<table border='0' cellspacing='0' cellpadding='3'>");var idToRemove=-1;var tmpArr=new Array();for(var i=whatsOpen.length-1;i>=0;i--)
{if(whatsOpen[i]=="close")
idToRemove=whatsOpen[i-1];else if(((idToRemove==-1)||(whatsOpen[i]!=idToRemove))&&!hasChildID(idToRemove,whatsOpen[i])&&(whatsOpen[i]!="topics.html"))
tmpArr[tmpArr.length]=whatsOpen[i];}
whatsOpen=tmpArr;var doSelAnchor=((is.ie||is.nav5up)&&!is.mac);var maxLevel=0;for(var x=0;x<menu.length;x++)
{var isOpen=false;var brid=menu[x].ID;var lb=menu[x].linkb;var prnt=menu[x].parent;var isParentOpen=false;var srch="";for(var i=0;i<whatsOpen.length;i++){srch+=whatsOpen[i]+"&";if(brid==whatsOpen[i])isOpen=true;if(prnt&&(whatsOpen[i]==prnt.ID))isParentOpen=true;}
if((lb.toString().indexOf(".html")!=-1)||(lb.toString().indexOf("http://")!=-1))isLink=true;if(prnt&&!isParentOpen)continue;if(menu[x].hidden)continue;var xyz=1;while(prnt){xyz++;prnt=prnt.parent;}
if(xyz>maxLevel)
maxLevel=xyz;}
for(var x=0;x<menu.length;x++)
{if(menu[x].hidden)
continue;var brid=menu[x].ID;var t=menu[x].title;var lb=menu[x].linkb;var dhtml=menu[x].DHTMLText;var prnt=menu[x].parent;var isLink=false;var isBold=false;var isOpen=false;var isParentOpen=false;var srch="";for(var i=0;i<whatsOpen.length;i++)
{srch+=whatsOpen[i]+"&";if(brid==whatsOpen[i])
isOpen=true;if(prnt&&(whatsOpen[i]==prnt.ID))
isParentOpen=true;}
if((lb.toString().indexOf(".html")!=-1)||(lb.toString().indexOf("http://")!=-1))
isLink=true;if(prnt&&!isParentOpen)
continue;var idLvl=1;while(prnt)
{idLvl++;prnt=prnt.parent;}
indent=eval("level"+idLvl+"indent");var colspan=1;switch(maxLevel){case 1:{break;}
case 2:{if(idLvl==1)colspan=2;if(idLvl==2)colspan=1;break;}
case 3:{if(idLvl==1)colspan=3;if(idLvl==2)colspan=2;if(idLvl==3)colspan=1;}}
if(isLink)
srch=lb;else if(isOpen)
{icon=imgOpen;isBold=true;srch+=brid+"&close";}
else
{icon=imgClosed;srch+=brid;}
var lt=linka+srch;if(isLink==true)
{icon=bullet;isBold=false;lt=srch;}
else
icon="<a href='javascript:switchPage(\""+lt+"\","+isLink+");'"+rollText+">"+icon+"</a>";var txtHL=(isBold==true)?" class='textHighlight'":"";var rollText=(dhtml)?" onmouseover='rollOver(\""+dhtml+"\");' onmouseout='rollOut();'":"";var menuItem="\n<a "+txtHL+" href='javascript:switchPage(\""+lt+"\","+isLink+");'";menuItem+=rollText+">"+t+"</a>";if(menu[x].isTour==true){menuItem="\n<a target='third'"+txtHL+" href='"+lb+"' onclick='return openNonHelpWindow(this.href);'>"+t+"</a>&nbsp;";menuItem+="<a target='third' href='"+lb+"' onclick='return openNonHelpWindow(this.href);'>"+tourIcon+"</a>";}
if(doSelAnchor&&(x==whatsOpen[0]))
menuItem='<a name="selection">'+menuItem+'</a>';if(lb.toString().indexOf("EXT")!=-1){menuItem="\n<a target='third'"+txtHL+" href='"+lb.substring(3)+"' onclick='return openNonHelpWindow(this.href);'>"+t+"</a>";}
document.write("\n<tr valign='top'><td align='right'>");document.write(indent+((idLvl!=1)?"</td><td align='right'>":"")+icon+"</td>");document.write("<td colspan='"+colspan+"' width='95%'>");document.write(menuItem);document.write("\n</td></tr>");}
document.write("\n</table>");if(doSelAnchor)
{var aStr="#selection";if(whatsOpen.length==0)
aStr="#topSelection";var eStr="document.location.href+=aStr;setRdProps();";if(is.nav5up)
setTimeout(eStr,250);else
eval(eStr);}}
function makeTopPath(pURL)
{var topDir=top.frames["data"].document.location.href;topDir=topDir.substr(0,getSlash(topDir)+1);return topDir+pURL;}
function doBrandLinks(pLyr)
{for(var i=0;i<pLyr.links.length;i++)
{if((pLyr.links[i].href.substring(0,7)=="mailto:")||(pLyr.links[i].href.substring(0,11)=="javascript:")||(pLyr.links[i].href.substring(0,5)=="news:")||(pLyr.links[i].href.substring(0,4)=="ftp:")||(pLyr.links[i].href.indexOf("#")!=-1))
continue;if((!pLyr.links[i].target)||(pLyr.links[i].target=="")||(pLyr.links[i].target=="_top")||(pLyr.links[i].target=="helpwin"))
{pLyr.links[i].href='javascript:top.switchPage("'+pLyr.links[i].href+'",true);';pLyr.links[i].target="data";}
else if(pLyr.links[i].target=="_parent")
pLyr.links[i].href='javascript:parent.switchPage("'+pLyr.links[i].href+'",true);';}}
function historyBrandLinks()
{if(document.all||document.getElementById)
{if(top.frames["data"]&&top.frames["data"].frames["main"])
doBrandLinks(top.frames["data"].frames["main"].document);}
else if(document.layers)
{var lyrs=top.frames["data"].frames["main"].document.layers;for(var i=0;i<lyrs.length;i++)
doBrandLinks(lyrs[i].document);}}
function addToHistory(pURL)
{if(typeof(top.historyArray)=="undefined")
{top.historyArray=new Array(top.frames["data"].document.location.href);top.historyPosition=0;}
else if(top.historyArray[top.historyPosition+1])
{var tmpArr=new Array();for(var i=0;i<top.historyPosition+1;i++)
tmpArr[i]=top.historyArray[i];top.historyArray=new Array();for(var i=0;i<tmpArr.length;i++)
top.historyArray[i]=tmpArr[i];}
if(top.frames["data"].frames["main"]&&(typeof(top.frames["data"].frames["main"].noURLAddress)!="undefined")&&(top.historyArray[top.historyPosition].indexOf("index_new.html")==-1))
top.historyArray[top.historyPosition]+="#!FS";top.historyPosition++;top.historyArray[top.historyPosition]=pURL;}
function switchPage(pURL,pMain,pCUFlow)
{addToHistory(pURL);if(!pCUFlow)
top.selectedContactChild=null;if(pMain&&top.frames["data"].frames["header"])
{top.frames["data"].frames["header"].location.reload();top.frames["data"].frames["main"].location.href=pURL;}
else
top.frames["data"].location.href=pURL;}
function historyGo(pBack)
{if(top.frames["data"].frames["main"]&&(typeof(top.frames["data"].frames["main"].noURLAddress)!="undefined")&&(top.historyArray[top.historyPosition].lastIndexOf("#!FS")!=top.historyArray[top.historyPosition].length-4)&&(top.historyArray[top.historyPosition].indexOf("index_new.html")==-1))
top.historyArray[top.historyPosition]+="#!FS";if(pBack)
top.historyPosition--;else
top.historyPosition++;val=top.historyArray[top.historyPosition];var ddInd=val.indexOf("..");if((val.indexOf(":")==-1)&&(val.indexOf("..")==-1))
val=makeTopPath(val);else if(ddInd!=-1)
{if(ddInd==0)
{var href=top.frames["data"].location.href;var qInd=href.indexOf("?");if(qInd!=-1)
href=href.substr(0,qInd);else if(href.indexOf("/help/")!=(href.length-6))
{var hDir=href.substr(href.indexOf("/help")+5);if(val.indexOf(hDir)!=2)
val=val.substr(3);}
href=href.substr(0,href.lastIndexOf("/")+1);val=href+val;}
else
{var pdInd=val.lastIndexOf("/",ddInd-2);val=val.substr(0,pdInd)+val.substr(ddInd+2);}}
var noFS=(val.lastIndexOf("#!FS")==val.length-4);if(noFS)
val=val.substring(0,val.length-4);if(noFS&&top.frames["data"].frames["header"])
{top.frames["data"].frames["header"].location.reload();top.frames["data"].frames["main"].location.href=val;}
else
top.frames["data"].location.href=val;}
var topicsString;function breadcrumbs(pFile,pForWF){topicsString=(topicsString!=null)?topicsString:"Topics";var wfPre='<input type="hidden" name="';var crumb1="";if(pForWF)
{crumb1+=wfPre+'bc1" value="'+topicsString+'">';crumb1+=wfPre+'bh1" value="'+helpURLPath+'index_popup.html">';crumb1+=wfPre+'bc2" value="'+helpTitle+'">';crumb1+=wfPre+'bh2" value="'+helpURLPath+thisHelpDir+'/index.html">';}
else
{crumb1="<a href='javascript:parent.switchPage(\""+helpURLPath;crumb1+="/index_new.html\")' target='_parent'>";crumb1+=topicsString;crumb1+="</a>";crumb1+=" &gt; ";crumb1+="<a href='index.html' target='data'>";crumb1+=helpTitle;crumb1+="</a>";}
var menuItem=null;for(var i=0;i<menu.length;i++)
{if(menu[i].linkb==pFile)
{menuItem=menu[i];i=menu.length;}}
if(menuItem==null)
{var srch=document.location.search.substr(1);if((pFile=="topics.html")&&(srch==""))
return crumb1;else if(pFile!="topics.html")
return"";var lInd=srch.lastIndexOf("&");if(srch.substr(lInd+1)=="close")
lInd=srch.lastIndexOf("&",lInd-1);if(lInd==-1)
menuItem=menu[parseInt(srch)];else
menuItem=menu[parseInt(srch.substr(lInd+1))];}
if(menuItem==null)
return"";var crumb=" &gt; "+menuItem.title;if(pForWF)
crumb="";var counter=2;var oItem=menuItem;while(oItem.parent)
{counter++;oItem=oItem.parent;}
while(menuItem.parent)
{menuItem=menuItem.parent;var str=" &gt; ";if(!pForWF)
str+="<a href='index.html?"+menuItem.ID;var tmpP=menuItem.parent;while(tmpP&&!pForWF)
{str+="&"+tmpP.ID;tmpP=tmpP.parent;}
if(pForWF)
{crumb=wfPre+"bc"+counter+'" value="'+menuItem.title+'">'+crumb;crumb=wfPre+"bh"+counter+'" value="'+helpURLPath+thisHelpDir+'/index.html?'+menuItem.ID+'">'+crumb;}
else
crumb=str+"' target='data'>"+menuItem.title+"</a>"+crumb;counter--;}
if(pForWF)
{var tmp="";for(var i=0;i<crumb.length;i++)
{if(crumb.substr(i,5)=="&amp;")
{tmp+="and";i+=4;}
else
tmp+=crumb.charAt(i);}
crumb=tmp;}
return crumb1+crumb;}
function getSlash(str){var slash=str.lastIndexOf("/");if((slash==-1)||(slash==0))slash=str.lastIndexOf("\\");return slash;}
function writeBreadcrumbs(pForWF){var dl=document.location.pathname;file=dl.substring((getSlash(dl)+1),dl.length);var loc=top.location;if(top.frames["data"])
loc=top.frames["data"].location;var s=loc.pathname;var tls=(loc.search)?loc.search:null;slash=getSlash(s);var pg="";slash++;if(slash!=0)
{pg=s.substring(slash,s.length);pg+=loc.hash;}
if(!isWebTV){var uniqueURL=setUniqueUrl(pg);var pt=doPageTitle(document.title);return breadcrumbs(file,pForWF);}
else{document.write("<a href='topics_static.html'>Help Topics</a><br>");}
return"";}
function setAnchors()
{if(!is.opera)
{var anchorStr=top.frames['data'].location.hash;if(anchorStr!='')
setTimeout("document.location.href='"+anchorStr+"';",250);}}
if(typeof(helpParamsFilename)=="string")
{var fn=scriptOpen+countryIncludeDir+"help/"+helpParamsFilename+scriptClose;document.write(fn);}
// -->
