function showrgtabs() {
	a = document.getElementById('tabs');
	a.style.visibility = 'visible';
}

window.onload=function(){
	showrgtabs();
}