function tabSwitch(tabId) {
	
	var tab = document.getElementById(tabId);
	tab.style.display = 'block';
	
}