<!-- Functions to launch the web applications.


function launchCard(){
	//hk card 2.5 production
	window.open('https://www2.respondingtolife.com/assist/policyapp/application.cpp?id=8501A37B7F5FBBE4AF0553AD22460E9A&type=2&term=1');
	//hk card 2.5 uat
	//window.open('https://raguel:5541/assist/policyapp/application.cpp?id=8501A37B7F5FBBE4AF0553AD22460E9A&type=2&term=1');
}



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');
}


//-->

