//Hank's Helper Help and Tips JS
//Copyright Nathan Stretch (craigshelper.com)

function showhelp (helpblock)
{
  hf = document.getElementById('helpframe');
  hf.src = 'helptips.php?v=0.05&helpblock='+helpblock;

  ht = document.getElementById('helptab');
  ht.style.display='inline';
 
  tabsel2('help');
}
