// JavaScript Document
function tcClick(){
	$(".termsConditionsBtn").colorbox({href:"process/processTermsConditions.php", height:"100%", width:"50%", open:true});
}

$(document).ready(function(){
	$(".termsConditionsBtn").colorbox({href:"process/processTermsConditions.php", height:"100%", width:"50%"});
});
