﻿function switchTab(tabId, tabNo) {
	var tabCollection = document.getElementById(tabId);
	tabCollection.className='hcwTab'+tabNo+'Visible';
}