var version_no='3.1';
var ProdName='e-consumerview-ireland';
var RelDate='21st June 2003';
var CopyText='&copy Experian E-Series E-Consumer View Product Info';
function getProductSecurePath(){
return "https://secure.e-series.uk.experian.com/econsumerview-ireland";
}
function getProduct(){
return "92_FSRequestDefault.html";
}
function getVersionNo(){
return version_no;
}
function getProductName(){
return ProdName;
}
function getReleaseDate(){
return RelDate;
}
function getCopyrightText(){
return CopyText;
}
function getProductSecureDir(){
return "e-consumerview-ireland";
}
function getProductNonSecureDir(){
return "e-consumerview-ireland";
}
function checkIE(){
sorry=0;
if(navigator.appName != "Microsoft Internet Explorer"){
document.write ("You seem not to be running Internet Explorer.\n");
} else if (navigator.appVersion.indexOf ("MSIE 4.0") != -1){
parent.PageHeader.ChangePageIntro("You seem to be using IE 4.\n");
sorry=1;
} else if (navigator.appVersion.indexOf ("MSIE 3.0") != -1){
parent.PageHeader.ChangePageIntro("You seem to be using IE 3.\n");
sorry=1;
} else if (navigator.appVersion.indexOf ("MSIE 2.0") != -1){
parent.PageHeader.ChangePageIntro("You seem to be using IE 2.\n");
sorry=1;
}
else {
ver=oClientCaps.getComponentVersion("{89820200-ECBD-11CF-8B85-00AA005B4383}", "ComponentID");
ss=ver.split(",");
if(ss[0]==5&&ss[1]==0){
if(ss[2] < 2919){
parent.PageHeader.ChangePageIntro("This is a version of IE5/5.01 that WILL NOT WORK with the e-series service.\n");
}
else {
parent.PageHeader.ChangePageIntro("This is a version of IE5/5.01 that should work correctly with the e-series service.\n");
};
};
if(ss[0]==5&&ss[1]==50){
if(ss[2] < 4522){
parent.PageHeader.ChangePageIntro("This is a version of IE5/5.5 that WILL NOT WORK with the e-series service.\n");
}
else {
parent.PageHeader.ChangePageIntro("This is a version of IE5/5.5 that should work correctly with the e-series service.\n");
};
};
if(ss[0] > 5){
parent.PageHeader.ChangePageIntro("This is a version of IE6 that should work correctly with the e-series service.\n");
};
};
if(sorry==1){
parent.PageHeader.ChangePageIntro("This Browser has not been tested for use with the e-series service.\n");
};
}



