<!--
function showPic (whichpic) {
 if (document.getElementById) {
  document.getElementById('placeholder').src = whichpic.href;
  if (whichpic.title) {
   document.getElementById('desc').childNodes[0].nodeValue = whichpic.title;
   document.getElementById('info').childNodes[0].nodeValue = '';
  } else {
   document.getElementById('desc').childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue;
  }
  return false;
 } else {
  return true;
 }
}

function roll_over(img_src)   {
   img_src = "images/dp-"+img_src+".gif";
   document["karta"].src = img_src;
   }
function roll_out()   {
   img_src = "images/sv-karta-transp-overlay.gif";
   document["karta"].src = img_src ;
   }

//-->

