<!--
function changeURL(sender) {
  if (sender.length > 0) {
    if (sender=='btn1')  // About
        window.location.href='about_e.html';  
    else if (sender=='btn2') // History 
        window.location.href='history_e.html';  
    else if (sender=='btn3') // Executive search 
        window.location.href='pynes_e.html';
    else if (sender=='btn4') // PYN Select
        window.location.href='select_e.html';  
    else if (sender=='btn5') // National job
      window.open('http://www.headhunter.ru');
    else if (sender=='btn6') // Principles
        window.location.href='princip_e.html';  
    else if (sender=='btn7') // Current openings
      window.location.href='current_e.html';
    else if (sender=='btn8') // Home
      window.location.href='index_e.html';  
  }           
}
//-->