/**
 * @author robjshaw
 */

 function doShow(site){
 	switch (site) {
		case 'lindfield':
			$('lindfield').toggle();
			break
		default:
			
		
	}
 }
 
