var MESSAGES = {
  "format.date":                     "dd/MM/yyyy",
  "format.time":                     "h:mm a",

  "photoviewer.toolbar.first":       "Naar eerste foto (Home)",
  "photoviewer.toolbar.prev":        "Vorige (Pijl naar links)",
  "photoviewer.toolbar.slideShow":   "Start/Pauzeer Slideshow (Spatie)",
  "photoviewer.toolbar.next":        "Volgende (Pijl naar rechts)",
  "photoviewer.toolbar.last":        "Naar laatste foto (End)",
  "photoviewer.toolbar.email":       "Email foto",
  "photoviewer.toolbar.permalink":   "Link naar foto",
  "photoviewer.toolbar.close":       "Sluiten (Esc)",
  "photoviewer.email.subject.photo": "Foto",

  "gallery.nophotos":                "Geen foto's",
  "gallery.thumbs.start":            "Start",
  "gallery.thumbs.end":              "Eind",
  "gallery.toolbar.first":           "Eerste foto",
  "gallery.toolbar.prev":            "Vorige foto",
  "gallery.toolbar.view":            "Bekijk foto",
  "gallery.toolbar.next":            "Volgende foto",
  "gallery.toolbar.last":            "Laatste foto",
  "gallery.view.full":               "Maximaliseer scherm",
  "gallery.view.photo":              "Alleen foto tonen",
  "gallery.view.text":               "Alleen beschrijving tonen",
  "gallery.view.close":              "Sluit venster"
};

var viewer_37 = new PhotoViewer();
viewer_37.disableEmailLink();
viewer_37.disablePhotoLink();
viewer_37.setFontSize(12);
viewer_37.setBorderWidth(2);
viewer_37.add('http://www.isonthemove.com/pictures/366.jpg', 'mi Muggefaenger:-)');
viewer_37.add('http://www.isonthemove.com/pictures/364.jpg', 'That\'s how Swissbread looks like!!');
viewer_37.add('http://www.isonthemove.com/pictures/363.jpg', 'Manila bi schlecht Wetter oder vilech ou Smog....');
viewer_37.add('http://www.isonthemove.com/pictures/362.jpg', 'Reis endlich mal anders :)');
viewer_37.add('http://www.isonthemove.com/pictures/346.jpg', 'Seestern Massage');
viewer_37.add('http://www.isonthemove.com/pictures/342.jpg', 'Mc Donald im Laschtwage:-)das hani doch grad muesse foetele');
viewer_37.add('http://www.isonthemove.com/pictures/339.jpg', 'nase hoch daniel');
viewer_37.add('http://www.isonthemove.com/pictures/313.jpg', 'd Affe stige, obwohl mir scho schoens Waetter hei, hehe');
viewer_37.add('http://www.isonthemove.com/pictures/312.jpg', 'Mit dem Boot simer acho uf Mindoro');
viewer_37.add('http://www.isonthemove.com/pictures/307.jpg', 'hesch gfroooogt??');
viewer_37.add('http://www.isonthemove.com/pictures/306.jpg', 'uese Monkey fruend');
viewer_37.add('http://www.isonthemove.com/pictures/304.jpg', 'One of tousend Jeepneys (the cheapest way to travel in the Philippins)');
viewer_37.add('http://www.isonthemove.com/pictures/290.jpg', 'Ou di \"grosse\" Jungs hei froeid gha a uesem Bsuech;)');
viewer_37.add('http://www.isonthemove.com/pictures/289.jpg', 'Hester und ig');
viewer_37.add('http://www.isonthemove.com/pictures/288.jpg', 'Fun mit de Girls vode Slums');
function highlight_messages()
{
	document.getElementById('messages').className='maplink-on';
	document.getElementById('beenthere').className='maplink-off';
	document.getElementById('wannagothere').className='maplink-off';
}
function highlight_beenthere()
{
	document.getElementById('messages').className='maplink-off';
	document.getElementById('beenthere').className='maplink-on'; 
	document.getElementById('wannagothere').className='maplink-off'; 
}
function highlight_wannagothere()
{
	document.getElementById('messages').className='maplink-off';
	document.getElementById('beenthere').className='maplink-off';
	document.getElementById('wannagothere').className='maplink-on';
}
