var refreshIMGs = Array();
refreshIMGs[0] = "images/homepage/indexBanner01.jpg$<p id='picTxt' class='cardP'>Cards, Cash, Keys, Wallet<br />All gone? All covered for just <span>&pound;35</span><span style='font-size:0.7em'>&dagger;</span> a year!$cardprotection.html";
refreshIMGs[1] = "images/homepage/indexBanner02.jpg$<p id='picTxt'>Protect yourself against ID fraud<br />Personal and financial security for just<br /><span>&pound;69.99</span><span style='font-size:0.7em'>&dagger;&dagger;</span> a year!$idprotection.html";
/*refreshIMGs[2] = "images/homepage/indexBanner03.jpg$<p id='picTxt'>I'm here, I'm OK. Press one key<br />Let them know you’re safe for just<br /><span>&pound;39.99</span> a year!$phoneangel.html";*/
var i = Math.round(1*Math.random()); //CHANGE NUMBER!

function showImage(){
sepIMGs = refreshIMGs[i].split("$");
document.write('<img id="menuPic" src="' + sepIMGs[0] + '" alt="CPP" />' + sepIMGs[1] + '<br /><br /><a href="' + sepIMGs[2] + '" title="Learn more...">Learn more <img src="images/rightpanel/arrow.gif" alt="arrow" width="3" height="6" /></a></p>');
}

function reveal(click) {
	var text = click.nextSibling;
	if (text.style.display == 'block') {
		text.style.display = 'none';
		click.parentNode.style.listStyleImage = 'url(images/rightpanel/revealOff.gif)';
	}
	else { 
		text.style.display = 'block';
		click.parentNode.style.listStyleImage = 'url(images/rightpanel/revealOn.gif)';
	}
}

function launchRiskAssessment(){
	window.open('http://www.cpp.co.uk/riskassessment/riskassessment.html','RiskAssessmentForm','height=800,width=660,menubar=no,toolbar=no,resizeable=no,scrollbars=yes,location=no,titlebar=no,status=yes,screenX=0,screenY=0,left=0,top=0');
}

function launch(){
	var selectOpt = document.getElementById("selectOpt");
	var selectedSite = selectOpt.options[selectOpt.selectedIndex].value;
	
	if ( selectedSite == 1 ){
		window.location='https://www2.respondingtolife.com/assist/servicing.cpp';
	}
	
	if ( selectedSite == 2 ){
		window.location='https://www2.respondingtolife.com/identityprotection-web';
	}
}

function launchPhonesafe(){	
	window.open('https://www.cpp.co.uk/chameleon/request?option=1&business=50005&product=4&campaign=3&referee=1&region=1&referrerCode=CPPUKPHXXX','Phonesafe','height=555,width=776,menubar=no,toolbar=no,resizeable=no,scrollbars=yes,location=no,titlebar=no,status=yes,screenX=0,screenY=0,left=0,top=0');
}

function launchExperianCreditReport() {

  window.open('https://www.protectmyidentity.experian.co.uk/ipp/referrer.html','ExperianCreditReport','resizable=yes,menubar=no,toolbar=no,location=no,titlebar=no,screenX=0,screenY=0,left=0,top=0');
}
function launchGarlik(){

window.open('https://www.garlik.com/cpp/home.php');
}

