var pos=1;
function mo(n){if(pos!=n)document.getElementById('bu'+n).src='stuff/wdb'+n+'o.gif';}
function mu(n){if(pos!=n)document.getElementById('bu'+n).src='stuff/wdb'+n+'.gif';}
function cl(n) {if(pos!=n){document.getElementById('bu'+n).src='stuff/wdb'+n+'s.gif'; document.getElementById('bu'+pos).src='stuff/wdb'+pos+'.gif'; document.getElementById('pack').src='stuff/wdp0'+n+'.png';pos=n;}}
