jQuery(document).ready(function($){
$('#tab-title span').mouseover(function(){ 
	$(this).addClass("current").siblings().removeClass(); 
	$("."+$(this).attr("id")).show().siblings().hide(); 
});});
jQuery(document).ready(function($){
$('#tabweb-title span').mouseover(function(){ 
	$(this).addClass("current").siblings().removeClass(); 
	$("."+$(this).attr("id")).show().siblings().hide(); 
});});