/*
Javascript necessary for query forms and widgets in RelaisVisitorCentre.
*/

/*
Find element with selector and toggle visibility.
*/
function toggle_visibility (sel) {
	alert('this is the y value');
	jq(sel).toggle();
}




