
function showStepChoose() {
	$("#orderContent").html('');
	setTimeout('$("#orderContent").parent().load("../register/order_step_choose.html").fadeIn();', 1000);

}

function showStepSubscriptions() {
	$("#orderContent").html('');
	setTimeout('$("#orderContent").parent().load("../register/order_step_subscriptions.html").fadeIn();', 1000);

}

function showStepPrepaid() {
	$("#orderContent").html('');
	setTimeout('$("#orderContent").parent().load("../register/order_step_prepaid.html").fadeIn();', 1000);	
}
