AJS.toInit(function () {
	jQuery(".branchlink").mouseover(showInputSection);	
	jQuery(".branchlink").mouseout(hideInputSection);
});

