var listName2='FietsDagBoeken...'; 
var mpic2=new Array();
//mpic2[mpic2.length] = new info2('2008 Frankrijk2', ' frankrijk/images/thumbs/23.jpg', 'Frankrijk', 'php/dagboek.php?lend=frankrijk', 'm2' + mpic2.length);
//mpic2[mpic2.length] = new info2('2008 Mexico', ' mexico/images/thumbs/39.jpg', 'Mexico', 'php/dagboek.php?lend=mexico', 'm2' + mpic2.length);
//mpic2[mpic2.length] = new info2('2007 Polen', ' polen/images/thumbs/69.jpg', 'Polen', 'php/dagboek.php?lend=polen', 'm2' + mpic2.length);
//mpic2[mpic2.length] = new info2('2007 Malawi', ' malawi/images/thumbs/76.jpg', 'Malawi', 'php/dagboek.php?lend=malawi', 'm2' + mpic2.length);
mpic2[mpic2.length] = new info2('2006 Egypte', ' egypte/images/thumbs/45.jpg', 'Egypte', 'php/dagboek.php?lend=egypte', 'm2' + mpic2.length);
mpic2[mpic2.length] = new info2('2006 Filippijnen', ' filippijnen/images/thumbs/89.jpg', 'Filippijnen', 'filippijnen/dagboek.php', 'm2' + mpic2.length);
mpic2[mpic2.length] = new info2('2006 Vietnam', ' vietnam/images/thumbs/53.jpg', 'Vietnam', 'vietnam/dagboek.php', 'm2' + mpic2.length);
mpic2[mpic2.length] = new info2('2005 Australie', 'australie/images/thumbs/83.jpg', 'Australie', 'australie/dagboek.php', 'm2' + mpic2.length);
mpic2[mpic2.length] = new info2('2005 Oekraine', 'oekraine/images/thumbs/13.jpeg', 'Oekraine', 'oekraine/dagboek.php', 'm2' + mpic2.length);
mpic2[mpic2.length] = new info2('2005 Marokko', 'marokko/images/thumbs/55.jpeg', 'Marokko', 'marokko/dagboek.php', 'm2' + mpic2.length);
mpic2[mpic2.length] = new info2('2004 Oman', 'oman/images/thumbs/109.jpeg', 'Oman', 'oman/oman.htm', 'm2' + mpic2.length);
mpic2[mpic2.length] = new info2('2004 Estland Letland', 'estland_letland/images/thumbs/3.jpeg', 'Estland Letland', 'estland_letland/estland_letland.htm', 'm2' + mpic2.length);
mpic2[mpic2.length] = new info2('2004 Libanon', 'libanon/images/thumbs/110.jpeg', 'Libanon', 'libanon/libanon.htm', 'm2' + mpic2.length);
mpic2[mpic2.length] = new info2('2004 Costa Rica', 'costarica_panama/images/thumbs/96.jpeg', 'Costa Rica Panama', 'costarica_panama/costarica_panama.htm', 'm2' + mpic2.length);
mpic2[mpic2.length] = new info2('2003 Cambodja', 'cambodja/images/thumbs/1.jpeg', 'Cambodja', 'cambodja/dagboek.php', 'm2' + mpic2.length);
mpic2[mpic2.length] = new info2('2002 Roemenie', 'roemenie/images/thumbs/17.jpeg', 'Roemenie', 'roemenie/dagboek.php', 'm2' + mpic2.length);
mpic2[mpic2.length] = new info2('2001 Cuba', 'cuba/images/thumbs/32.jpeg', 'Cuba', 'cuba/dagboek.php', 'm2' + mpic2.length);
/* ------ Do not edit below this line ------ */

var minArr2=new Array();
for (i2=0; i2<mpic2.length; i2++) {
  minArr2[i2]=new Image();
  minArr2[i2].src=mpic2[i2].thumb2;
}

function info2(nam2, thumb2, Title2, web2, markID2) {
  this.nam2 = nam2;
  this.thumb2 = thumb2;
  this.Title2 = Title2;
  this.web2 = web2;
  this.markID2 = markID2;
}

function codeIt2() {
  document.write('<div id="hotlist2"><b>' + listName2 + '<\/b>');
  document.write('<hr width="100%" size="1">');
  for (k=0; k<mpic2.length; k++) {
    document.write('<a target="_self" href="');
    document.write(mpic2[k].web2);
    document.write('" onMouseover="preview2(' + k + ',\'' + mpic2[k].markID2 + '\')">');
    document.write(mpic2[k].nam2);
    document.write('<\/a><span class="arrow2" id="' + mpic2[k].markID2 + '">&nbsp;&#9668<\/span><br>');
  }
  document.write('<br>');
  document.write('<div id="preview2">');
  document.write('<img class="thumbnail" alt="" name="screenshot2" src="' + minArr2[0].src + '" onClick="dest2()">');
  document.write('<div id="caption2"><\/div>');
 
  document.write('<\/div><\/div>');

}

function preview2(t2,a2) {
  unmarkAll2();
  document.getElementById(a2).style.visibility='visible';
  document.getElementById('preview2').style.display='block';
  document.getElementById('caption2').innerHTML=mpic2[t2].Title2;
  document.images.screenshot2.src=minArr2[t2].src;
  document.images.screenshot2.title2='Click to visit ' + mpic2[t2].nam2 + '\'s site';
}

function dest2() {
  for (x2=0; x2<mpic2.length; x2++) {
    if (document.images.screenshot2.src==minArr2[x2].src) {
      window.open(mpic2[x2].web2, '_self');
    }
  }
}

function hide2() {
  document.getElementById('preview2').style.display='none';
  unmarkAll2();
}

function unmarkAll2() {
  for (c=0; c<mpic2.length; c++) document.getElementById(mpic2[c].markID2).style.visibility='hidden';
}
