====== closeTab ====== Closes the tab that meets the conditions. ===== Syntax ===== closeTab = function(aTabIndex); ==== Parameters ==== * **//aTabIndex//** * //functions:// tab index ===== Examples ===== -//Close the first tab closeTab(0);