function updateText(o){

	var frm = o.form;



	if(o.value == 0){

		frm.btnContinue.value = "Continue with MP3 Download Only";

	}

	if(o.value == 1){

		frm.btnContinue.value = "Continue with Shipped on CD (plus Download)";
	}
}
