//Requires Prototype framework: http://www.prototypejs.org

function pcupdate(a){
	new Ajax.Updater('pricecalculator','pricecalc.php', {
		method: 'get', parameters: {a: a}});}
		
function ffupdate(a){
	new Ajax.Updater('facilityfinder','facilityfinder.php', {
		method: 'get', parameters: {a: a}});}