// JavaScript Document
function renew_tweak(f)
{
	foo = document.getElementById("phone");
	f.action = "renew_trial_wombat.php";
}

function sml_tweak(f)
{
	foo = document.getElementById("phone");
	f.action = "replace_sml_dilly.php";
	//alert("sml_tweak!");
}

