//# JavaScript Document #//

function conf_add()
{
	var token = document.getElementById("Submit");
	token.value = "conf_add";
}

function conf_edit()
{
	var token = document.getElementById("Submit");
	token.value = "conf_edit";
}

function conf_remove()
{
	var token = document.getElementById("Submit");
	token.value = "conf_remove";
}

function conf_restart()
{
	var token = document.getElementById("Submit");
	token.value = "conf_restart";
}

function conf_continue()
{
	var token = document.getElementById("Submit");
	token.value = "step3";
}

function skipto3()
{
	var token = document.getElementById("Submit");
	token.value = "skipto3";
}

function changeRate()
{
	var token = document.getElementById("Submit");
	token.value = "changeRate";
}

function returnToCCPage()
{
	//alert("JAVASCRIPT BEHAVIOR:"+"<br>NAVIGATE TO PAYMENT PAGE");
	var token = document.getElementById("Submit");
	token.value = "goToPaymentPage";
}
// End Javascript