function ann(zzo,n)			
{
  zzo.style.backgroundPositionY = n;
}

function ann_tt(name,smm,coo,tid,n)
{
  var MH = -13;
  var mm = '<span class="ancbox" id="IMB_'+tid+'" title="'+smm+'" onclick="'+coo+'" onmouseover="ann(this,'+MH+')" onmouseout="ann(this,0)" onmousedown="ann(this,'+MH*2+')" onmouseup="ann(this,'+MH+')"><span id="IM_'+tid+'" style="background-image:url(pic/'+name+'.gif); background-position-y:'+MH*n+';"></span></span>';
  document.write(mm);
}

function ann_kk0()
{
  var mm = '<span class="bjk0" style="width:3; height:13; vertical-align: bottom;"></span>';
  document.write(mm);
}

function ann_kk1()
{
  var mm = '<span class="bjk1" style="width:4; height:13; vertical-align: bottom;"></span>';
  document.write(mm);
}
