function toggleit(){
  $('.more').hide();
  $(".toggle").click(function(){
      $('.more').slideToggle(300);
      return false;
    }
  );
}
var rep = true;
function replaceimages(){
  if(rep){
    $("tr.prices .ews-starter").html('<img src="gfx/comparison/prices/starter-199.png" width="100" height="25" alt="">');
    $("tr.prices .ews-standard").html('<img src="gfx/comparison/prices/standard.png" width="100" height="25" alt="">');
    $("tr.prices .ews-stronger").html('<img src="gfx/comparison/prices/stronger.png" width="100" height="25" alt="">');
    $("tr.prices .ews-professional").html('<img src="gfx/comparison/prices/professional.png" width="100" height="25" alt="">');

    $("tr.headers .ews-starter").html('<img src="gfx/comparison/headers/starter.png" width="140" height="32" alt="">');
    $("tr.headers .ews-standard").html('<img src="gfx/comparison/headers/standard.png" width="140" height="32" alt="">');
    $("tr.headers .ews-stronger").html('<img src="gfx/comparison/headers/stronger.png" width="140" height="32" alt="">');
    $("tr.headers .ews-professional").html('<img src="gfx/comparison/headers/professional.png" width="140" height="32" alt="">');

    $("span.no").html('<img src="gfx/comparison/no.png" width="16" height="16" alt="">');
    $("span.yes").html('<img src="gfx/comparison/yes.png" width="16" height="16" alt="">');

    $("td.col4 span.no").html('<img src="gfx/comparison/no-yellow.png" width="16" height="16" alt="">');
    $("td.col4 span.yes").html('<img src="gfx/comparison/yes-yellow.png" width="16" height="16" alt="">');
  }
}
ELO.functionsToCallOnload.push("toggleit()");
ELO.functionsToCallOnload.push("replaceimages()");
ELO.functionsToCallOnload.push("JT_init()");
