/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	City Lights
|	-------------------
|	©2011 mcpeace
|	http://www.manatwork.info
|	mcpeace.manatwork@gmail.com
|
|	Released under the terms and conditions of Commercial License.
|
+---------------------------------------------------------------+
*/
document.observe("dom:loaded", function() {
if ($('tab2').empty()){
$('t2').remove();    
}
if ($('tab3').empty()){
$('t3').remove();    
}
if ($('tab4').empty()){
$('t4').remove();    
}
if ($('tab5').empty()){
$('t5').remove();    
}
if ($('tabB').empty()){
$('tB').remove();    
}
if ($('tabC').empty()){
$('tC').remove();    
}
if ($('tabD').empty()){
$('tD').remove();    
}
if ($('tabE').empty()){
$('tE').remove();    
}
});
