function OnMxKartConfirmPayment(htmltext){
	if (htmltext.indexOf('http') == 0){
		document.location = htmltext ;
	} else {
		Ext.get('mxkartmenuvoicecontents').update(htmltext);
	}
}