<!--

  function zeige_suche_handy()
  {
    document.getElementById('div_suche_handy').style.display='block';
  }
  function zeige_suche_tarif()
  {
    document.getElementById('div_suche_tarif').style.display='block';
  }

function li_findObj(n, d) {
  var p, i, x;
  if (!d) d = document;
  if ((p = n.indexOf("?")) > 0 && parent.frames.length) {
    d = parent.frames[n.substring(p+1)].document;
    n = n.substring(0, p);
  }
  if (!(x = d[n]) && d.all) x = d.all[n];
  for (i = 0; !x && i < d.forms.length; i++) x = d.forms[i][n];
  for (i = 0; !x && d.layers && i < d.layers.length; i++) x = li_findObj(n, d.layers[i].document);
  if (!x && d.getElementById) x = d.getElementById(n);
  return x;
}
function li_swapImage() {
  var i, j = 0, x, a = li_swapImage.arguments;
  document.li_sr = new Array;
  for (i = 0;i < (a.length - 2); i += 3) {
    if ((x = li_findObj(a[i])) != null) {
      document.li_sr[j++] = x;
      if (!x.oSrc) x.oSrc = x.src;
      x.src = a[i+2];
    }
  }
}
function li_swapImgRestore() {
  var i, x, a = document.li_sr;
  for (i = 0; a && i < a.length && (x = a[i]) && x.oSrc; i++) x.src = x.oSrc;
}

function li_preloadImages() {
  var d = document;
  if (d.images) {
    if (!d.li_p) d.li_p = new Array();
    var i, j = d.li_p.length, a = li_preloadImages.arguments;
    for (i = 0; i < a.length; i++) {
      if (a[i].indexOf("#") != 0) {
        d.li_p[j] = new Image;
        d.li_p[j++].src = a[i];
      }
    }
  }
}

li_preloadImages(
  'http://www.sparhandy.de/images/randlinks/suche_popup_bg.jpg', 'http://www.sparhandy.de/images/randlinks/suche_popup_top.gif', 'http://www.sparhandy.de/images/site/handytarifsuche/tarife_max.jpg',
  'http://www.sparhandy.de/images/site/handytarifsuche/tarife_max2.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/tarife_superflat.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/tarife_superflat2.jpg',
  'http://www.sparhandy.de/images/site/handytarifsuche/tarife_base.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/tarife_base2.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/tarife_genion.jpg', 
  'http://www.sparhandy.de/images/site/handytarifsuche/tarife_genion2.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/tarife_datenhandy.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/tarife_datenhandy2.jpg',
  'http://www.sparhandy.de/images/site/handytarifsuche/tarife_datennotebook.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/tarife_datennotebook2.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/tarife_alle.jpg',
  'http://www.sparhandy.de/images/site/handytarifsuche/tarife_alle2.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/handys_nokia.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/handys_nokia2.jpg', 
  'http://www.sparhandy.de/images/site/handytarifsuche/handys_sonyericsson.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/handys_sonyericsson2.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/handys_samsung.jpg',
  'http://www.sparhandy.de/images/site/handytarifsuche/handys_samsung2.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/handys_lg.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/handys_lg2.jpg', 
  'http://www.sparhandy.de/images/site/handytarifsuche/handys_htc.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/handys_htc2.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/handys_blackberry.jpg', 
  'http://www.sparhandy.de/images/site/handytarifsuche/handys_blackberry2.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/handys_sonstige.jpg', 'http://www.sparhandy.de/images/site/handytarifsuche/handys_sonstige2.jpg'
);

function hts_tarif(tab) {            
  document.getElementById('hts_tarife_alle').src = "http://www.sparhandy.de/images/site/handytarifsuche/tarife_alle.jpg";
  document.getElementById('hts_tarife_max').src = "http://www.sparhandy.de/images/site/handytarifsuche/tarife_max.jpg";
  document.getElementById('hts_tarife_superflat').src = "http://www.sparhandy.de/images/site/handytarifsuche/tarife_superflat.jpg";
  document.getElementById('hts_tarife_base').src = "http://www.sparhandy.de/images/site/handytarifsuche/tarife_base.jpg";
  document.getElementById('hts_tarife_genion').src = "http://www.sparhandy.de/images/site/handytarifsuche/tarife_genion.jpg";
  document.getElementById('hts_tarife_datenhandy').src = "http://www.sparhandy.de/images/site/handytarifsuche/tarife_datenhandy.jpg";
  document.getElementById('hts_tarife_datennotebook').src = "http://www.sparhandy.de/images/site/handytarifsuche/tarife_datennotebook.jpg";
  document.getElementById('hts_tarife_' + tab).src = "http://www.sparhandy.de/images/site/handytarifsuche/tarife_" + tab + "2.jpg";
  
  document.getElementById('div_tarife_max').style.display = "none";
  document.getElementById('div_tarife_superflat').style.display = "none";
  document.getElementById('div_tarife_base').style.display = "none";
  document.getElementById('div_tarife_genion').style.display = "none";
  document.getElementById('div_tarife_datenhandy').style.display = "none";
  document.getElementById('div_tarife_datennotebook').style.display = "none";
  document.getElementById('div_tarife_alle').style.display = "none";
  document.getElementById('div_tarife_' + tab).style.display = "block";
}

function hts_handy(tab) {
  document.getElementById('hts_handys_nokia').src = "http://www.sparhandy.de/images/site/handytarifsuche/handys_nokia.jpg";
  document.getElementById('hts_handys_sonyericsson').src = "http://www.sparhandy.de/images/site/handytarifsuche/handys_sonyericsson.jpg";
  document.getElementById('hts_handys_samsung').src = "http://www.sparhandy.de/images/site/handytarifsuche/handys_samsung.jpg";
  document.getElementById('hts_handys_lg').src = "http://www.sparhandy.de/images/site/handytarifsuche/handys_lg.jpg";
  document.getElementById('hts_handys_htc').src = "http://www.sparhandy.de/images/site/handytarifsuche/handys_htc.jpg";
  document.getElementById('hts_handys_blackberry').src = "http://www.sparhandy.de/images/site/handytarifsuche/handys_blackberry.jpg";
  document.getElementById('hts_handys_sonstige').src = "http://www.sparhandy.de/images/site/handytarifsuche/handys_sonstige.jpg";
  document.getElementById('hts_handys_' + tab).src = "http://www.sparhandy.de/images/site/handytarifsuche/handys_" + tab + "2.jpg";

  document.getElementById('div_handys_nokia').style.display = "none";
  document.getElementById('div_handys_sonyericsson').style.display = "none";
  document.getElementById('div_handys_samsung').style.display = "none";
  document.getElementById('div_handys_lg').style.display = "none";
  document.getElementById('div_handys_htc').style.display = "none";
  document.getElementById('div_handys_blackberry').style.display = "none";
  document.getElementById('div_handys_sonstige').style.display = "none";
  document.getElementById('div_handys_' + tab).style.display = "block";
}
//-->