function loadReps(repArea)
{
	url='reps/'+repArea+'.asp';
	new Ajax.Updater('bottomInfo',url,{asynchronous:true});
}