function initialise(category) {

	document.getElementById(category).className = 'active';

}
