//<!--
//\include\js\help\contact\contact_us_links.js@@\main\11

function getMediaplexStr(pID)
{var s='<p><a href="http://altfarm.mediaplex.com/a'+'d/ck/'+pID;s+='" target="chatwin" onclick="return popupWindow(this.href,';s+='this.target,472,320,\'no\',\'no\');">';s+='<img src="http://altfarm.mediaplex.com/a'+'d/bn/'+pID;s+='" border="0" alt="'+cuChatAltText+'"></a></p>';return s;}
function getFormField(pName,pVal)
{return'<input type="hidden" name="'+pName+'" value="'+pVal+'">';}
function getSpacer(pWidth,pHeight)
{return'<img src="'+imDir+'spacer.gif" width="'+pWidth+'" height="'+pHeight+'" border="0">';}
function outputContactUsLinks(pFromHelpPage,pOutputElems)
{var s='';if(pFromHelpPage)
{s+='</td><td>'+getSpacer(5,1)+'</td></tr>';s+='<tr><td colspan="3">'+getSpacer(1,15)+'</td></tr>';s+='<tr><td colspan="3">';s+='<table width="100%" cellpadding="0" cellspacing="0">';s+='<tr>';s+='<td width="3">'+getSpacer(3,1)+'</td>';s+='<td bgcolor="#FFCC00">'+getSpacer(1,100)+'</td>';s+='<td width="3">'+getSpacer(3,1)+'</td>';s+='</tr>';s+='</table>';s+='</td></tr>';s+='<tr><td colspan="3">'+getSpacer(1,10)+'</td></tr>';s+='<tr>';s+='<td>'+getSpacer(10,1)+'</td>';s+='<td>';}
if(pOutputElems)
{s+=getFormField("wftype",scc.webformType);s+=getFormField("rcode",scc.routingCode);s+=getFormField("subject",scc.name);s+=getFormField("bcrumb",contactTitle+" &gt; "+scc.parent.name+" &gt; "+scc.name);s+='<input type="hidden" name="rcode" value="'+scc.routingCode+'">';s+=getFormField("instruction",scc.wfInstructions);s+=getFormField("expirationDate",scc.expDate);}
s+='<a name="contactSupport">';var fName="InlineSelfHelpWebform";if(document.forms["cuHelpForm"])
fName="cuHelpForm";s+=multipleHeader+"</a><p>";s+="<a href=\"#\" onclick='document.forms[\""+fName+"\"].submit();return false;'>"+cuEmail+"</a>";s+="<br>"+cuEmailStr+"</p>";if(scc.contactChat&&(country=="us"))
s+=getMediaplexStr(scc.contactChat);if(scc.contactPhone)
s+=getMediaplexStr(scc.contactPhone);if(scc.contactACText)
{s+=ebHelpStrAnswerCenterHeader;s+='<p>'+ebHelpStrACPreText+scc.contactACText+ebHelpStrACPostText;s+='<a href="'+scc.contactACURL+'">'+ebHelpStrACLinkText+'</a></p>';}
document.write(s);}
str=scriptOpen+includeDir+"popout/promo_popout_mediaplex.js"+scriptClose;document.write(str);
// -->
