
//Get Random Color Set
function sameAs(id) {
	if(id == "checkbox"){
		$('toggle').style.display = "none";
		$('checkbox').id = "checkbox2";
	}else if(id == "checkbox2"){
		$('toggle').style.display = "";
		$('checkbox2').id = "checkbox";
	}
}


function showHelp(){
	alert("The security code is the last 3-4 digits on the back of the card.");
}













