// JavaScript Document
function g(o){return document.getElementById(o);} 
function HoverLibb(n){ 
for(var i=1;i<=3;i++){g('bbtb_'+i).className='bbnormaltab';g('bbtbc_0'+i).className='bbundis';}g('bbtbc_0'+n).className='bbdis';g('bbtb_'+n).className='bbhovertab'; 
} 
