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

