(function() {
 var i = document.getElementById && document.getElementById( 'c' ) && document.getElementById( 'c' ).firstChild;
 if(i) {
  var j = i.nextSibling;
  j.onmouseover = function() { i.className=''; if(!j.style.padding) {j.style.padding='0 '+(i.offsetWidth-j.offsetWidth)+'px';} };
  i.onmouseout = function(e) { e=e||window.event; var t=e.toElement; while(t) { if( (t=t.parentNode)===i ) {return;} } if( (e.srcElement||e.target)===i ) {i.className='h';} };
  j.onfocus = j.onclick = function() { var b=i.className=='h'; i.className = b?'':'h'; if( b ) {i.firstChild.focus();} };
 }
})();
