function ClearStatus() {
window.status = "";
}
function go_page_hairdresser() {

  var waarde = document.cchd.cchdlist.options[document.cchd.cchdlist.selectedIndex].value;
 
  window.status = "You've chosen " + document.cchd.cchdlist.options[document.cchd.cchdlist.selectedIndex].text;
  setTimeout("ClearStatus()",3000);
 
  if (waarde == 'INT')
    self.location = "http://www.balmainhair.com/international";
  if (waarde == 'BE')
    self.location = "http://www.balmainhair.com/language";
  if (waarde == 'CZ')
    self.location = "http://www.balmainhair.com/language";
  if (waarde == 'DK')
    self.location = "http://www.balmainhair.com/language";
  if (waarde == 'DE')
    self.location = "http://www.balmainhair.com/language";
  if (waarde == 'ES')
    self.location = "http://www.balmainhair.com/espanol";
  if (waarde == 'FI')
    self.location = "http://www.balmainhair.com/language";
  if (waarde == 'FR')
    self.location = "http://www.balmainhair.com/language";
  if (waarde == 'HU')
    self.location = "http://www.balmainhair.com/language";
  if (waarde == 'IT')
    self.location = "http://www.balmainhair.com/language";
  if (waarde == 'NL')
    self.location = "http://www.balmainhair.com/nederland";
  if (waarde == 'NO')
    self.location = "http://www.balmainhair.com/language";
  if (waarde == 'RU')
    self.location = "http://www.balmainhair.com/language";
  if (waarde == 'UK')
    self.location = "http://www.balmainhair.com/united-kingdom";
  if (waarde == 'US')
    self.location = "http://www.balmainhair.com/usa";
  if (waarde == 'SV_INT')
    self.location = "http://www.balmainhair.com/systeme-volume/";
  if (waarde == 'SV_IT')
    self.location = "http://www.balmainhair.com/systeme-volume-italia/";
  if (waarde == 'SV_FR')
    self.location = "http://www.balmainhair.com/systeme-volume-france/";
  if (waarde == 'SV_DE')
    self.location = "http://www.balmainhair.com/systeme-volume-deutschland/";
  if (waarde == 'SV_NL')
    self.location = "http://www.balmainhair.com/systeme-volume-nederland/";
  if (waarde == 'SV_ESP')
    self.location = "http://www.balmainhair.com/systeme-volume-espana/";
}
