/* Version: 11.0.6307 */
/*
	Copyright (c) Microsoft Corporation.  All rights reserved.
*/

function G(o)
{
	if(o&&typeof(o)=="string")o=document.getElementById?document.getElementById(o):null;
	return o&&typeof(o)=="object"?o:null;
}

function GS(o)
{
	o=G(o);
	return o?o.style:null;
}

function GDsply(o)
{
	o=GS(o);
	return o?o.display:"";
}

function SDsply(o,d)
{
	o=GS(o);
	if(o)o.display=d;
}

function SDsplyH(o)
{
	SDsply(o,"none");
}

function SDsplyS(o)
{
	SDsply(o,"");
}

function TDsply(o,d)
{
	SDsply(o,(GDsply(o)==d?"none":d));
}

function FVis(o)
{
	return GDsply(o)!="none";
}

function TDB(o)
{
	TDsply(o,"block");
	return false;
}

function FSClk(e)
{
	return e&&e.button<=1&&e.shiftKey;
}

function FSEnt(e)
{
	return e&&e.keyCode==13&&e.shiftKey;
}

function GHlp(u)
{
	var strScrollBars = (window.navigator.appName.toUpperCase().indexOf("NETSCAPE") >= 0) ? ",scrollbars=1" : "" ;
	window.open(u, '_hlp011', 'toolbar=0,status=0,menubar=0' + strScrollBars + ',resizable=1,width=260,height=' + Math.round(window.screen.availHeight*2/3));
	return false;
}

function ChkSrchTxt(wz)
{
	var ws=/^[\s]*$/;
	return wz&&!ws.test(wz);
}

function FocSrchTxt(o)
{
	if(o&&o.value)o.select();
}

function TrySearch(e)
{
	if(oSrchFrm&&SelectAction())
		{

		try {external.AutoCompleteSaveForm(oSrchFrm);} catch (err) {}
		oSrchFrm.submit();
		}
	if(e&&e.stopPropagation)e.stopPropagation(); 
	return false;
}

function EntTextbox(e)
{
	if(e&&e.keyCode==13)return TrySearch(e);
	return true;
}

function TbrGet(tb)
{
	tb=G(tb);
	if(tb&&tb.tagName=="TABLE")
		for(var tbTable=tb.rows[0].cells[0].firstChild; tbTable; tbTable=tbTable.nextSibling)
			if(tbTable.tagName=="TABLE")return tbTable.rows[0];
	return null;
}

function FCIIRange(tr,i)
{
	return tr&&tr.tagName=="TR"&&i!=null&&i>=0&&i<tr.cells.length;
}

function WzGTT(tbic)
{
	var wzType=null;

	tbic=G(tbic);
	if(tbic)
		{
		wzType=tbic.getAttribute("TBICTYPE");
		if(!wzType)wzType="i";
		}

	return wzType;
}

function FIGTbic(tbic)
{
	return FITbic(tbic)||FGTbic(tbic);
}

function FITbic(tbic)
{
	return WzGTT(tbic)=="i";
}

function FGTbic(tbic)
{
	return WzGTT(tbic)=="g";
}

function FSTbic(tbic)
{
	return WzGTT(tbic)=="s";
}

function FPTbic(tbic)
{
	return WzGTT(tbic)=="p";
}

function TbicGet(tb,i,fSkip,tbic)
{
	tbic=G(tbic);
	if(!tbic)
		{
		var tbrow=TbrGet(tb);
		if(!tbrow)return;

		if(i==null)i=0;
		if(fSkip==null)fSkip=true;

		if(FCIIRange(tbrow,i))
			{
			if(!fSkip)
				{
				tbic=tbrow.cells[i];
				}
			else
				{
				for(var iCell=0, cCells=tbrow.cells.length; iCell<cCells; iCell++)
					{
					tbic=tbrow.cells[iCell];

					if(FIGTbic(tbic))
						{
						if(i==0)break; 
						else i--;
						}

					tbic=null;
					if(i<0) break;
					}
				}
			}
		}

	return tbic;
}

function HideTbic(tb,i,tbic)
{
	tbic=TbicGet(tb,i,true,tbic);
	if(tbic)
		{

		SDsplyH(tbic);

		PTBSep(tb);
		}
}

function ShowTbic(tb,i,tbic)
{
	tbic=TbicGet(tb,i,true,tbic);
	if(tbic)
		{

		SDsplyS(tbic);

		PTBSep(tb);
		}
}

function PTBSep(tb)
{
	var tbrow=TbrGet(tb);
	if(!tbrow)return;

	var tbic;
	var iCell, cCells=tbrow.cells.length;

	for(iCell=0, tbic=tbrow.cells[iCell]; tbic&&iCell<cCells; iCell++, tbic=tbrow.cells[iCell])
		if(FSTbic(tbic))SDsplyH(tbic);

	var fVisibleFound=false;
	var tbicNext;
	for(iCell=0, tbic=tbrow.cells[iCell]; tbic&&iCell<cCells; iCell++, tbic=tbrow.cells[iCell])
		{
		if(FIGTbic(tbic)&&FVis(tbic))fVisibleFound=true;
		else if(FPTbic(tbic))fVisibleFound=false;

		tbicNext=tbrow.cells[iCell+1];
		if(fVisibleFound&&FSTbic(tbic)&&FIGTbic(tbicNext)&&FVis(tbicNext))SDsplyS(tbic);
		}
}

var imgPremiumContent = new Image (32,18);
imgPremiumContent.src = "/_Services/Ont/images/ReqO11.gif";

function DisplayPremiumStars(){
	var iPremCount = 0;
	if (typeof(ofcstatus) != 'undefined' && !ofcstatus && document.images){
		nImageGroup = document.images;
		for (nImageCounter = 0;nImageCounter < nImageGroup.length;nImageCounter++)
			if(nImageGroup[nImageCounter].name == "PremiumContent"){
				nImageGroup[nImageCounter].src = imgPremiumContent.src;
				iPremCount++;
			}
	}

	var doc_sp_ReqO11 = G("ReqO11");
	if (doc_sp_ReqO11 && !ofcstatus && iPremCount > 1) 
		SDsplyS(doc_sp_ReqO11);	
}

function chkStar(){

}

function SetTopNavSiteMapLinkBorder(strTdId, fIsHover)
{
	if (!document.getElementById ||
		'undefined' == typeof(document.getElementById))
		return;

	var tdCell = document.getElementById(strTdId);
	if ('undefined' == typeof(tdCell) ||
		null == tdCell ||
		'undefined' == typeof(tdCell.className))
		return;

	if (fIsHover)
		tdCell.className = 'TopNavCellLinkHover';
	else
		tdCell.className = 'TopNavCellLink';
}

function EncodeUrlComponent(strUrlComponent)
{
	if (typeof(strUrlComponent) == "undefined" ||
		null == strUrlComponent)
		return "";

	if (typeof(encodeURIComponent) != "undefined")
		return EncodeUrlComponent55(strUrlComponent);

	return EncodeUrlComponent50(strUrlComponent);
}

function EncodeUrlComponent55(strUrlComponent)
{
	return encodeURIComponent(strUrlComponent);
}

function EncodeUrlComponent50(strUrlComponent)
{
	var i=0;
	var strEncoded = "";
	for (i=0; i < strUrlComponent.length; i++)
		{
		var chr = strUrlComponent.charAt(i);
		var iChr = strUrlComponent.charCodeAt(i);

		if (iChr < 128)
			{
			if ('!' == chr || '\'' == chr || '(' == chr || 	')' == chr || '~' == chr)
				strEncoded += chr;
			else if (0 == iChr)
				strEncoded += "%00";
			else if (127 == iChr)
				strEncoded += "%7F";
			else if ('+' == chr)
				strEncoded += "%2B";
			else if ('/' == chr)
				strEncoded += "%2F";
			else if ('@' == chr)
				strEncoded += "%40";
			else
				strEncoded += escape(chr);
			}
		else if (iChr < 2048)
			{
			strEncoded += "%";
			strEncoded += ( (iChr >> 6) + 192).toString(16).toUpperCase();

			strEncoded += "%";
			strEncoded += ( (iChr & 63) + 128).toString(16).toUpperCase();
			}
		else 
			{
			strEncoded += "%";
			strEncoded += ( (iChr >> 12) + 224).toString(16).toUpperCase();

			strEncoded += "%";
			strEncoded += ( ((iChr >> 6) & 63) + 128).toString(16).toUpperCase();

			strEncoded += "%";
			strEncoded += ( (iChr & 63) + 128).toString(16).toUpperCase();
			}
		}

	return strEncoded;
}

function StrReplaceParam(strUrl, strParam, strNewValue)
{
	var strUpperUrl = strUrl.toUpperCase();
	var strUpperParam = strParam.toUpperCase();

	var iStart = strUpperUrl.indexOf('?' + strUpperParam);
	if (iStart < 0)
		iStart = strUpperUrl.indexOf('&' + strUpperParam);

	if (iStart < 0)
		return strUrl;

	var iEnd = strUpperUrl.indexOf('&', iStart+1);

	if (iEnd < 0)
		iStart--;

	var strRet = strUrl.substring(0, iStart+1);

	if (iEnd >= 0)
		strRet += strUrl.substring(iEnd+1, strUrl.length);

	if (typeof(strNewValue) != 'undefined' &&
		null != strNewValue && strNewValue.length > 0)
		{
		var strSeparator = strRet.indexOf('?') < 0 ? '?' : '&';
		if (strRet.charAt(strRet.length-1) == strSeparator)
			strSeparator=''; 
		strRet += strSeparator + strParam + '=' + strNewValue;
		}

	return strRet;
}

function CheckElementID(strID)
{
	if ('undefined' == typeof(document.getElementById(strID)))
		return false;

	if (null == document.getElementById(strID))
		return false;

	return true;
}

function FeedbackWizCheckIDs()
{
	if (CheckElementID('m_divFeedbackPanel1') &&
		CheckElementID('m_divFeedbackPanel2') &&
		CheckElementID('m_divFeedbackPanel3A') &&
		CheckElementID('m_divFeedbackPanel3B') &&
		CheckElementID('m_divFeedbackPanel3C') &&
		CheckElementID('m_divFeedbackPanel3D') &&
		CheckElementID('m_divFeedbackPanel4') &&
		CheckElementID('m_divFeedbackPanel5') &&
		CheckElementID('radList_0') &&
		CheckElementID('radList_1') &&
		CheckElementID('radList_2') &&
		CheckElementID('tbFeedbackA') &&
		CheckElementID('tbFeedbackB') &&
		CheckElementID('tbFeedbackC') &&
		CheckElementID('tbFeedbackD'))
		{
		return true;
		}

	return false;
}

function FeedbackWizShowPanel(nPanel, nProblem)
{
	if (!FeedbackWizCheckIDs())
		return;

	nLastPanel = nPanel;
	nLastProblem = nProblem;

	if (-1 == nProblem)
		{
		if (document.getElementById('radList_0').checked)
			nProblem = 1;

		if (document.getElementById('radList_1').checked)
			nProblem = 2;

		if (document.getElementById('radList_2').checked)
			nProblem = 3;
		}

	document.getElementById('m_divFeedbackPanel1').style.display = 'none';
	document.getElementById('m_divFeedbackPanel2').style.display = 'none';
	document.getElementById('m_divFeedbackPanel3A').style.display = 'none';
	document.getElementById('m_divFeedbackPanel3B').style.display = 'none';
	document.getElementById('m_divFeedbackPanel3C').style.display = 'none';
	document.getElementById('m_divFeedbackPanel3D').style.display = 'none';
	document.getElementById('m_divFeedbackPanel4').style.display = 'none';
	document.getElementById('m_divFeedbackPanel5').style.display = 'none';

	if (nPanel == 1)
		{
		document.getElementById('m_divFeedbackPanel1').style.display = 'block';
		}
	else if (nPanel == 2)
		{
		document.getElementById('m_divFeedbackPanel2').style.display = 'block';
		}
	else if (nPanel == 3)
		{
		if (nProblem == 1)
			document.getElementById('m_divFeedbackPanel3A').style.display = 'block';
		else if (nProblem == 2)
			document.getElementById('m_divFeedbackPanel3B').style.display = 'block';
		else if (nProblem == 3)
			document.getElementById('m_divFeedbackPanel3C').style.display = 'block';
		else if (nProblem == 4)
			document.getElementById('m_divFeedbackPanel3D').style.display = 'block';
		}
	else if (nPanel == 4)
		{
		document.getElementById('m_divFeedbackPanel4').style.display = 'block';
		}
	else if (nPanel == 5)
		{
		document.getElementById('m_divFeedbackPanel5').style.display = 'block';
		}
}

function FeedbackWizDoSubmit(rating, iCommentId)
{
	if (typeof(window.navigator) != 'undefined' &&
		typeof(window.navigator.onLine) != 'undefined')
		if (!window.navigator.onLine)
			{
			alert(strYouAreNotOnlineErrMsg);
			return;
			}

	if (!FeedbackWizCheckIDs())
		return;

	var comment = '';
	if (1 == iCommentId)
		comment = document.getElementById('tbFeedbackA').value;
	else if (2 == iCommentId)
		comment = document.getElementById('tbFeedbackB').value;
	else if (3 == iCommentId)
		comment = document.getElementById('tbFeedbackC').value;
	else if (4 == iCommentId)
		comment = document.getElementById('tbFeedbackD').value;

	if (typeof(comment) == 'undefined')
		comment = '';
	else if (null == comment)
		comment = '';

	if (comment.length > 750)
		{
		alert(strErrorCommentTooLong);
		return;
		}

	comment = escape(comment);

	var nPanel = nLastPanel;
	var nProblem = nLastProblem;
	FeedbackWizShowPanel(4);

	var strAssetId = strPageAssetId;
	if (typeof(strAssetId) != 'undefined' &&
		null != strAssetId &&
		strAssetId.length > 0)
		strAssetId = '&AssetID=' + strAssetId;
	else
		strAssetId = '';

	var strNewLocation = strNewPageLocation;
	strNewLocation += '?';

	strNewLocation += 'postback=true&rating=' + rating + strAssetId;
	strNewLocation += '&' + strPageLoggingParams;
	document.cookie = 'feedbackComment=' + comment + ';path=/';

	var fWasOK = true;
	try
		{
		var submitTarget = document.getElementById('submitTarget');

		if (typeof(submitTarget) != 'undefined' && null != submitTarget)
			submitTarget.src = strNewLocation;
		}
	catch (e)
		{
		fWasOK = false;
		alert(strCannotSubmitFeedbackErrmsg);
		FeedbackWizShowPanel(nPanel, nProblem);
		}

	if (true == fWasOK)
		window.setTimeout('FeedbackWizShowPanel(5);', 1200);
}

function FeedbackWizGenerateFXHeader()
{
	document.write('<DIV>&nbsp;</DIV>');
	document.write('<DIV CLASS="OLn">&nbsp;</DIV>\n');
}

function FeedbackWizGenerateForm(
	strLabel1, strLabel2, strLabel4, strLabel5,
	strBtnSubmitSuccess, strBtnNo,
	strRadList0, strRadList1, strRadList2,
	strBack, strNext, strSubmit,
	strLabelA, strLabelB, strLabelC, strLabelD)
{

	document.write('<DIV ID="m_divFeedbackPanel1" ALIGN="left" STYLE="display: none; padding-top: 16px;">');
	document.write('	<TABLE WIDTH="100%" CLASS="OTbl" HEIGHT="' + 120 + '">');
	document.write('		<TR>');
	document.write('			<TD STYLE="font-weight: bold;">');
	document.write('				<SPAN CLASS="OLbl">' + strLabel1 + '</SPAN>');
	document.write('			</TD>');
	document.write('		</TR>');
	document.write('		<TR>');
	document.write('			<TD>');
	document.write('				<INPUT CLASS="AsstFeedbackButton" TYPE="button" VALUE="' + strBtnSubmitSuccess + '" ONCLICK="FeedbackWizDoSubmit(5,0);" />');
	document.write('				<SPAN CLASS="OWSInl" STYLE="margin-left:8px;">&nbsp;</SPAN>');
	document.write('				<INPUT CLASS="AsstFeedbackButton" TYPE="button" value="' + strBtnNo + '" ONCLICK="FeedbackWizShowPanel(2);" />');
	document.write('			</TD>');
	document.write('		</TR>');
	document.write('		<TR>');
	document.write('			<TD HEIGHT="100%"/>');
	document.write('		</TR>');
	document.write('	</TABLE>');
	document.write('</DIV>');

	document.write('<DIV ID="m_divFeedbackPanel2" STYLE="display:none; padding-top: 16px;" ALIGN="left">');
	document.write('	<TABLE WIDTH="100%" CLASS="OTbl" HEIGHT="' + 120 + '">');
	document.write('		<TR>');
	document.write('			<TD STYLE="font-weight: bold;" COLSPAN="3">');
	document.write('				<SPAN CLASS="OLbl">' + strLabel2 + '</SPAN>');
	document.write('			</TD>');
	document.write('		</TR>');

	document.write('		<TR>');
	document.write('			<TD COLSPAN="3" WIDTH="100%">');
	document.write('				<TABLE WIDTH="100%" CLASS="OTbl" CELLSPACING="0" CELLPADDING="0">');
	document.write('					<TR>');
	document.write('						<TD STYLE="padding-left: 20px;"/>');
	document.write('						<TD WIDTH="100%">');
	document.write('							<FORM CLASS="OFrm" ID="radListFrm" NAME="radListFrm" METHOD="POST" ACTION="#">');
	document.write('								<TABLE CLASS="OFLT" CELLPADDING="0" CELLSPACING="0">');
	document.write('									<TR>');
	document.write('										<TD CLASS="OFLTDU">');
	document.write('											<INPUT NAME="radList" ID="radList_0" TYPE="radio" VALUE="' + strRadList0 + '" checked="checked" />');
	document.write('											<LABEL FOR="radList_0" CLASS="OFLbl">' + strRadList0 + '</LABEL>');
	document.write('										</TD>');
	document.write('									</TR><TR>');
	document.write('										<TD CLASS="OFLTDU">');
	document.write('											<INPUT NAME="radList" ID="radList_1" TYPE="radio" VALUE="' + strRadList1 + '" />');
	document.write('											<LABEL FOR="radList_1" CLASS="OFLbl">' + strRadList1 + '</LABEL>');
	document.write('										</TD>');
	document.write('									</TR><TR>');
	document.write('										<TD CLASS="OFLTDU">');
	document.write('											<INPUT NAME="radList" ID="radList_2" TYPE="radio" VALUE="' + strRadList2 + '" />');
	document.write('											<LABEL FOR="radList_2" CLASS="OFLbl">' + strRadList2 + '</LABEL>');
	document.write('										</TD>');
	document.write('									</TR>');
	document.write('								</TABLE>');
	document.write('							</FORM>');
	document.write('						</TD>');
	document.write('					</TR>');
	document.write('				</TABLE>');
	document.write('			</TD>');
	document.write('		</TR>');

	document.write('		<TR>');
	document.write('			<TD WIDTH="100%"/>');
	document.write('			<TD CLASS="AsstFeedbackButtonCell">');
	document.write('				<INPUT CLASS="AsstFeedbackButton" TYPE="button" VALUE="' + strBack + '" ONCLICK="FeedbackWizShowPanel(1);" />');
	document.write('			</TD>');
	document.write('			<TD CLASS="AsstFeedbackButtonCell">');
	document.write('				<INPUT CLASS="AsstFeedbackButton" TYPE="button" VALUE="' + strNext + '" ONCLICK="FeedbackWizShowPanel(3,-1);" />');
	document.write('			</TD>');
	document.write('		</TR>');

	document.write('		<TR>');
	document.write('			<TD HEIGHT="100%" COLSPAN="3"/>');
	document.write('		</TR>');
	document.write('	</TABLE>');
	document.write('</DIV>');

	document.write('<DIV ID="m_divFeedbackPanel3A" STYLE="display:none; padding-top: 16px;" ALIGN="left">');
	document.write('	<TABLE WIDTH="100%" CLASS="OTbl" HEIGHT="' + 120 + '">');
	document.write('		<TR>');
	document.write('			<TD STYLE="font-weight: bold;" COLSPAN="3">');
	document.write('				<LABEL CLASS="OFLbl" FOR="tbFeedbackA">' + strLabelA + '</LABEL>');
	document.write('			</TD>');
	document.write('		</TR>');
	document.write('		<TR>');
	document.write('			<TD COLSPAN="3">');
	document.write('				<TEXTAREA CLASS="OTBM" ROWS="3" ID="tbFeedbackA" STYLE="width:100%;"></TEXTAREA>');
	document.write('			</TD>');
	document.write('		</TR>');
	document.write('		<TR>');
	document.write('			<TD WIDTH="100%"/>');
	document.write('			<TD CLASS="AsstFeedbackButtonCell">');
	document.write('				<INPUT CLASS="AsstFeedbackButton" TYPE="button" VALUE="' + strBack + '" ONCLICK="FeedbackWizShowPanel(2);" />');
	document.write('			</TD>');
	document.write('			<TD CLASS="AsstFeedbackButtonCell">');
	document.write('				<INPUT CLASS="AsstFeedbackButton" TYPE="button" VALUE="' + strSubmit + '" ONCLICK="FeedbackWizDoSubmit(1,1);" />');
	document.write('			</TD>');
	document.write('		</TR>');
	document.write('		<TR>');
	document.write('			<TD HEIGHT="100%" COLSPAN="3"/>');
	document.write('		</TR>');
	document.write('	</TABLE>');
	document.write('</DIV>');

	document.write('<DIV ID="m_divFeedbackPanel3B" STYLE="display:none; padding-top: 16px;" ALIGN="left">');
	document.write('	<TABLE WIDTH="100%" CLASS="OTbl" HEIGHT="' + 120 + '">');
	document.write('		<TR>');
	document.write('			<TD STYLE="font-weight: bold;" COLSPAN="3">');
	document.write('				<LABEL CLASS="OFLbl" FOR="tbFeedbackB">' + strLabelB + '</LABEL>');
	document.write('			</TD>');
	document.write('		</TR>');
	document.write('		<TR>');
	document.write('			<TD COLSPAN="3">');
	document.write('				<TEXTAREA CLASS="OTBM" ROWS="3" ID="tbFeedbackB" STYLE="width:100%;"></TEXTAREA>');
	document.write('			</TD>');
	document.write('		</TR>');
	document.write('		<TR>');
	document.write('			<TD WIDTH="100%"/>');
	document.write('			<TD CLASS="AsstFeedbackButtonCell">');
	document.write('				<INPUT CLASS="AsstFeedbackButton" TYPE="button" VALUE="' + strBack + '" ONCLICK="FeedbackWizShowPanel(2);" />');
	document.write('			</TD>');
	document.write('			<TD CLASS="AsstFeedbackButtonCell">');
	document.write('				<INPUT CLASS="AsstFeedbackButton" TYPE="button" VALUE="' + strSubmit + '" ONCLICK="FeedbackWizDoSubmit(2,2);" />');
	document.write('			</TD>');
	document.write('		</TR>');
	document.write('		<TR>');
	document.write('			<TD HEIGHT="100%" COLSPAN="3"/>');
	document.write('		</TR>');
	document.write('	</TABLE>');
	document.write('</DIV>');

	document.write('<DIV ID="m_divFeedbackPanel3C" STYLE="display:none; padding-top: 16px;" ALIGN="left">');
	document.write('	<TABLE WIDTH="100%" CLASS="OTbl" HEIGHT="' + 120 + '">');
	document.write('		<TR>');
	document.write('			<TD STYLE="font-weight: bold;" COLSPAN="3">');
	document.write('				<LABEL CLASS="OFLbl" FOR="tbFeedbackC">' + strLabelC + '</LABEL>');
	document.write('			</TD>');
	document.write('		</TR>');
	document.write('		<TR>');
	document.write('			<TD COLSPAN="3">');
	document.write('				<TEXTAREA CLASS="OTBM" ROWS="3" ID="tbFeedbackC" STYLE="width:100%;"></TEXTAREA>');
	document.write('			</TD>');
	document.write('		</TR>');
	document.write('		<TR>');
	document.write('			<TD WIDTH="100%"/>');
	document.write('			<TD CLASS="AsstFeedbackButtonCell">');
	document.write('				<INPUT CLASS="AsstFeedbackButton" TYPE="button" VALUE="' + strBack + '" ONCLICK="FeedbackWizShowPanel(2);" />');
	document.write('			</TD>');
	document.write('			<TD CLASS="AsstFeedbackButtonCell">');
	document.write('				<INPUT CLASS="AsstFeedbackButton" TYPE="button" VALUE="' + strSubmit + '" ONCLICK="FeedbackWizDoSubmit(3,3);" />');
	document.write('			</TD>');
	document.write('		</TR>');
	document.write('		<TR>');
	document.write('			<TD HEIGHT="100%" COLSPAN="3"/>');
	document.write('		</TR>');
	document.write('	</TABLE>');
	document.write('</DIV>');

	document.write('<DIV ID="m_divFeedbackPanel3D" STYLE="display:none; padding-top: 16px;" ALIGN="left">');
	document.write('	<TABLE WIDTH="100%" CLASS="OTbl" HEIGHT="' + 120 + '">');
	document.write('		<TR>');
	document.write('			<TD STYLE="font-weight: bold;" COLSPAN="2">');
	document.write('				<LABEL CLASS="OFLbl" FOR="tbFeedbackD">' + strLabelD + '</LABEL>');
	document.write('			</TD>');
	document.write('		</TR>');
	document.write('		<TR>');
	document.write('			<TD COLSPAN="2">');
	document.write('				<TEXTAREA CLASS="OTBM" ROWS="3" ID="tbFeedbackD" STYLE="width:100%;"></TEXTAREA>');
	document.write('			</TD>');
	document.write('		</TR>');
	document.write('		<TR>');
	document.write('			<TD WIDTH="100%"/>');
	document.write('			<TD CLASS="AsstFeedbackButtonCell">');
	document.write('				<INPUT CLASS="AsstFeedbackButton" TYPE="button" VALUE="' + strSubmit + '" ONCLICK="FeedbackWizDoSubmit(1,4);" />');
	document.write('			</TD>');
	document.write('		</TR>');
	document.write('		<TR>');
	document.write('			<TD HEIGHT="100%" COLSPAN="2"/>');
	document.write('		</TR>');
	document.write('	</TABLE>');
	document.write('</DIV>');

	document.write('<DIV ID="m_divFeedbackPanel4" STYLE="display:none; padding-top: 16px;" ALIGN="left">');
	document.write('	<TABLE WIDTH="100%" CLASS="OTbl" HEIGHT="' + 120 + '">');
	document.write('		<TR>');
	document.write('			<TD STYLE="font-weight: bold;">');
	document.write('				<SPAN CLASS="OLbl">' + strLabel4 + '</SPAN>');
	document.write('			</TD>');
	document.write('		</TR>');
	document.write('		<TR>');
	document.write('			<TD HEIGHT="100%"/>');
	document.write('		</TR>');
	document.write('	</TABLE>');
	document.write('</DIV>');

	document.write('<DIV ID="m_divFeedbackPanel5" STYLE="display:none; padding-top: 16px;" ALIGN="left">');
	document.write('	<TABLE WIDTH="100%" CLASS="OTbl" HEIGHT="' + 120 + '">');
	document.write('		<TR>');
	document.write('			<TD STYLE="font-weight: bold;">');
	document.write('				<SPAN CLASS="OLbl">' + strLabel5 + '</SPAN>');
	document.write('			</TD>');
	document.write('		</TR>');
	document.write('		<TR>');
	document.write('			<TD HEIGHT="100%"/>');
	document.write('		</TR>');
	document.write('	</TABLE>');
	document.write('</DIV>');

	if (fNotFound)
		FeedbackWizShowPanel(3,4);
	else
		FeedbackWizShowPanel(1);
}

