<!-- Functions to launch the web applications.

function launchIdentityProtection(){

	//LIVE LINK
	//window.open('https://www.cpp.co.uk/chameleon/request?option=1&business=1&product=18&tier=30005&campaign=40001&referee=1&region=1&referrerCode=CPPUKIDXXX','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');
	
	//UAT LINK
	window.open('http://www.cpp.co.uk:8080/chameleon/request?option=1&business=1&product=18&tier=30005&campaign=40001&referee=1&region=1&referrerCode=CPPUKIDXXX','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 displayIdentityProtectionTermsConditions(){	

	window.open('identityProtectionTermsConditions.pdf');

}

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');
}



//-->
