//<SCRIPT LANGUAGE="JavaScript">

if ( document.images ) {
  info_def = new Image(79,18)
  info_def.src = ".//img/patka/info.png"
  info_on = new Image(79,18)
  info_on.src = ".//img/patka/info_r.png"
  info_down = new Image(79,18)
  info_down.src = ".//img/patka/info_r.png"
}

if ( document.images ) {
  tecka_def = new Image(8,10)
  tecka_def.src = ".//img/patka/tecka.png"
  tecka_on = new Image(8,10)
  tecka_on.src = ".//img/patka/tecka_r.png"
  tecka_down = new Image(8,10)
  tecka_down.src = ".//img/patka/tecka_r.png"
}

if ( document.images ) {
  group_def = new Image(88,18)
  group_def.src = ".//img/patka/group.png"
  group_on = new Image(88,18)
  group_on.src = ".//img/patka/group_r.png"
  group_down = new Image(88,18)
  group_down.src = ".//img/patka/group_r.png"
}

if ( document.images ) {
  development_def = new Image(127,18)
  development_def.src = ".//img/patka/development.png"
  development_on = new Image(127,18)
  development_on.src = ".//img/patka/development_r.png"
  development_down = new Image(127,18)
  development_down.src = ".//img/patka/development_r.png"
}

if ( document.images ) {
  consultants_def = new Image(118,18)
  consultants_def.src = ".//img/patka/consultants.png"
  consultants_on = new Image(118,18)
  consultants_on.src = ".//img/patka/consultants_r.png"
  consultants_down = new Image(118,18)
  consultants_down.src = ".//img/patka/consultants_r.png"
}

if ( document.images ) {
  investment_def = new Image(118,18)
  investment_def.src = ".//img/patka/investment.png"
  investment_on = new Image(118,18)
  investment_on.src = ".//img/patka/investment_r.png"
  investment_down = new Image(118,18)
  investment_down.src = ".//img/patka/investment_r.png"
}

function mouse_over(name) {
  if ( document.images ) {
    document[name].src = eval(name + "_on.src");
  }
}

function mouse_down(name) {
  if ( document.images ) {
    document[name].src = eval(name + "_down.src");
  }
}

function mouse_off(name) {
  if ( document.images ) {
    document[name].src = eval(name + "_def.src");
  }
}

document.write('<a href=\"mailto:info@rydings.cz\" ONMOUSEOVER=\"mouse_over(\'info\');\" ONMOUSEOUT=\"mouse_off(\'info\');\" ONMOUSEDOWN=\"mouse_down(\'info\');\"ONMOUSEUP=\"mouse_over(\'info\');\">');
document.write('<img src=\".//img/patka/info.png\" name=\"info\" alt=\"kontaktujte nás\" border=\"0\" width=\"79px\" height=\"18px\">');
document.write('</a>');

document.write('<img src=\".//img/patka/tecka.png\" class=\"patka_tecka\" name=\"tecka\" alt=\"\" border=\"0\" width=\"8px\" height=\"10px\">');

document.write('<a href=\"http://www.rydings.cz\" ONMOUSEOVER=\"mouse_over(\'group\');\" ONMOUSEOUT=\"mouse_off(\'group\');\" ONMOUSEDOWN=\"mouse_down(\'group\');\"ONMOUSEUP=\"mouse_over(\'group\');\">');
document.write('<img src=\".//img/patka/group.png\" name=\"group\" alt=\"Rydings Group, a.s.\" border=\"0\" width=\"88px\" height=\"18px\">');
document.write('</a>');

document.write('<img src=\".//img/patka/tecka.png\" class=\"patka_tecka\" name=\"tecka\" alt=\"\" border=\"0\" width=\"8px\" height=\"10px\">');

document.write('<a href=\"http://consultants.rydings.cz\" ONMOUSEOVER=\"mouse_over(\'consultants\');\" ONMOUSEOUT=\"mouse_off(\'consultants\');\" ONMOUSEDOWN=\"mouse_down(\'consultants\');\"ONMOUSEUP=\"mouse_over(\'consultants\');\">');
document.write('<img src=\".//img/patka/consultants.png\" name=\"consultants\" alt=\"Rydings Consultants, s.r.o.\" border=\"0\" width=\"118px\" height=\"18px\">');
document.write('</a>');

document.write('<img src=\".//img/patka/tecka.png\" class=\"patka_tecka\" name=\"tecka\" alt=\"\" border=\"0\" width=\"8px\" height=\"10px\">');

document.write('<a href=\"http://development.rydings.cz\" ONMOUSEOVER=\"mouse_over(\'development\');\" ONMOUSEOUT=\"mouse_off(\'development\');\" ONMOUSEDOWN=\"mouse_down(\'development\');\"ONMOUSEUP=\"mouse_over(\'development\');\">');
document.write('<img src=\".//img/patka/development.png\" name=\"development\" alt=\"Rydings Development, s.r.o.\" border=\"0\" width=\"127px\" height=\"18px\">');
document.write('</a>');

document.write('<img src=\".//img/patka/tecka.png\" class=\"patka_tecka\" name=\"tecka\" alt=\"\" border=\"0\" width=\"8px\" height=\"10px\">');

document.write('<a href=\"http://investment.rydings.cz\" ONMOUSEOVER=\"mouse_over(\'investment\');\" ONMOUSEOUT=\"mouse_off(\'investment\');\" ONMOUSEDOWN=\"mouse_down(\'investment\');\" ONMOUSEUP=\"mouse_over(\'investment\');\">');
document.write('<img src=\".//img/patka/investment.png\" name=\"investment\" alt=\"Rydings Investment, a.s.\" border=\"0\" width=\"118px\" height=\"18px\">');
document.write('</a>');
