function chncurr(curr){
	document.currency.cp.value = curr;
	// bike start
	selmake = document.form1.selmake.value;
	// bike end
	selmodel = document.form1.selmodel.value;
	country = document.form1.country.value;
	maxprice = document.form1.maxprice.value;
	minprice = document.form1.minprice.value;
	// bike start
	document.currency.locat.value = "index1.php?selmake=" + selmake + "&selmodel=" + selmodel + "&country=" + country + "&minprice=" + minprice + "&maxprice=" + maxprice;
	// bike end
	alert("This page will now reload to change and save your currency settings");
	document.currency.submit();
}
