function showTab(tabId, tabNo)
{
	var tabCollection = document.getElementById(tabId);
	tabCollection.className='ncodeTab'+tabNo+'Visible';
}