<!--

var theObj="";

function toolTip(text,me) {
  theObj=me;
  theObj.onmousemove=updatePos;
  document.getElementById('toolTipBox').innerHTML=text;
  document.getElementById('toolTipBox').style.display="block";
  window.onscroll=updatePos;
}

function updatePos() {
  var ev=arguments[0]?arguments[0]:event;
  var x=ev.clientX;
  var y=ev.clientY;
  diffX=-200;
  diffY=20;
  document.getElementById('toolTipBox').style.top  = (parseInt(y)-2+diffY+document.body.scrollTop)+ "px";
  document.getElementById('toolTipBox').style.left = (parseInt(x)-2+diffX+document.body.scrollLeft)+"px";
  theObj.onmouseout=hideMe;
}
function hideMe() {
  document.getElementById('toolTipBox').style.display="none";
}

var a1='<img src="http://denmark.diapol.com/img/taps/0038.gif" width="482" height="300" border="0" alt="" title="">';
var a2='<img src="http://denmark.diapol.com/img/taps/0293.gif" width="421" height="300" border="0" alt="" title="">';
var a3='<img src="http://denmark.diapol.com/img/taps/3211.gif" width="421" height="300" border="0" alt="" title="">';
var a4='<img src="http://denmark.diapol.com/img/taps/0079.gif" width="304" height="266" border="0" alt="" title="">';
var a5='<img src="http://denmark.diapol.com/img/taps/0232.gif" width="155" height="337" border="0" alt="" title="">';
var a6='<img src="http://denmark.diapol.com/img/taps/0269.gif" width="213" height="266" border="0" alt="" title="">';
var a7='<img src="http://denmark.diapol.com/img/taps/0208.gif" width="279" height="266" border="0" alt="" title="">';
var a8='<img src="http://denmark.diapol.com/img/taps/0300.gif" width="182" height="266" border="0" alt="" title="">';
var a9='<img src="http://denmark.diapol.com/img/taps/0261.gif" width="182" height="266" border="0" alt="" title="">';
var a10='<img src="http://denmark.diapol.com/img/taps/0297.gif" width="309" height="266" border="0" alt="" title="">';


//-->

