function displayHelpNoFrames(context){
FieldHelpChild = window.open("sp2_fieldhelp.html", context, "menubar=no , toolbar=no, resizable=no, scrollbars=no, status=no, height=110px, title=no, width=740px");
}
function updateQuickLink(index){
var heading="";
var content="";
switch (index){
case 1:
content += "Experian is regularly quoted in the press on business, credit and marketing issues. <a href='http://press.experian.com/press_releases.cfm?cat=BUS' target='_blank'>Click here to read the latest press releases</a>.<br><br><br>";
break;
case 2:
content += " Click here for <a target='_blank' href='http://press.experian.com/documents/Q2-2002_sum.pdf'>Experian's latest financial assessment.</a><br><br>";
content += "Please note, some of these are pdf documents and require <a href='http://www.adobe.com/products/acrobat/readstep.html' target='_blank'>Adobe Acrobat</a> to be installed on your computer.";
break;
case 3:
content += "This is the UK's leading Internet based data cleansing application.<br><br>With <a href='http://www.experianintact.co.uk/' target='_blank'>Experian Intact</a>, you can clean your Business and Consumer name, address and telephone number data.<br><br>";
break;
case 4:
content += "With the increasing levels of fraud, identity theft and terrorism, it is becoming increasingly important that personal and confidential information is held securely.<br><br><a href='javascript: openHelpWind( \"download\" )'>Click here</a> to read our best-practice guidelines.<br><br>";
break;
default :
content += "<a href='https://experian.custhelp.com/cgi-bin/experian.cfg/php/enduser/home.php' target='_blank'>Click here</a> to visit<br><br><br>";
}
getElement('quicklinktext').innerHTML=content;
}
function printPage()
{
var Is=new WhichBrowser();
self.frames.focus();
if(document.all)
{
if(Is.ie4)
{
var OLECMDID_PRINT=6;
var OLECMDEXECOPT_DONTPROMPTUSER=2;
var OLECMDEXECOPT_PROMPTUSER=1;
var WebBrowser = "<OBJECT ID=\"WebBrowser1\" WIDTH=0 HEIGHT=0 CLASSID=\"CLSID:8856F961-340A-11D0-A96B-00C04FD705A2\"></OBJECT>";
document.body.insertAdjacentHTML("BeforeEnd", WebBrowser);
setTimeout("printPageIE4()",200);
}
else
self.frames.print();
}
else
{
self.frames.focus();
self.frames.print();
}
}
function printPageIE4()
{
WebBrowser1.ExecWB(6, 2);
WebBrowser1.outerHTML="";
}


