// JavaScript Document
<!--
// PRELOADING IMAGES
if (document.images) {

 img1_on =new Image(); img1_on.src ="../images/acupunctuur1.jpg"; 
 img1_off=new Image(); img1_off.src="../images/acupunctuur2.jpg"; 

 img2_on =new Image(); img2_on.src ="../images/acupressuur1.jpg"; 
 img2_off=new Image(); img2_off.src="../images/acupressuur2.jpg"; 

 img3_on =new Image(); img3_on.src ="../images/moxa1.jpg"; 
 img3_off=new Image(); img3_off.src="../images/moxa2.jpg"; 

 img4_on =new Image(); img4_on.src ="../images/cuppen1.jpg"; 
 img4_off=new Image(); img4_off.src="../images/cuppen2.jpg"; 

 img5_on =new Image(); img5_on.src ="../images/voeding1.jpg"; 
 img5_off=new Image(); img5_off.src="../images/voeding2.jpg"; 

 img6_on =new Image(); img6_on.src ="../images/contact1.jpg"; 
 img6_off=new Image(); img6_off.src="../images/contact2.jpg"; 
 
 img7_on =new Image(); img7_on.src ="../images/kosten1.jpg"; 
 img7_off=new Image(); img7_off.src="../images/kosten2.jpg"; 
 
 img8_on =new Image(); img8_on.src ="../images/links1.jpg"; 
 img8_off=new Image(); img8_off.src="../images/links2.jpg"; 
}

function movr(k) {
 if (document.images) 
  eval('document.img'+k+'.src=img'+k+'_on.src');
}

function mout(k) {
 if (document.images) 
  eval('document.img'+k+'.src=img'+k+'_off.src');
}

function handleOver() {
 if (document.images) 
  document.imgName.src=img_on.src;
}

function handleOut() {
 if (document.images) 
  document.imgName.src=img_off.src;
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  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=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
