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_54 = new PhotoViewer();
viewer_54.disableEmailLink();
viewer_54.disablePhotoLink();
viewer_54.setFontSize(12);
viewer_54.setBorderWidth(2);
viewer_54.add('http://www.isonthemove.com/pictures/447.jpg', '');
viewer_54.add('http://www.isonthemove.com/pictures/446.jpg', '');
viewer_54.add('http://www.isonthemove.com/pictures/445.jpg', '');
viewer_54.add('http://www.isonthemove.com/pictures/444.jpg', '');
viewer_54.add('http://www.isonthemove.com/pictures/443.jpg', '');
viewer_54.add('http://www.isonthemove.com/pictures/442.jpg', '');
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';
}
