function changeCredits() {
	i=document.credits.to_purchase.selectedIndex;
	location.href='account-enduser-credits-'+document.credits.to_purchase.options[i].value+'.html';
}
