function ShowImage(Link, Title, Width, Height) {
  image=window.open('','','width='+Width+',height='+Height+',status=no,toolbar=no,directories=no,resizable=no,scrollbars=no,location=no');
  image.document.write('<html>\n<body style="margin:0;">\n<title>thedominator.nl: ' + Title + '</title>');
  image.document.write('<a href="javascript:self.close();" title="Klik om het venster te sluiten"><img border="0" src="' + Link + '"></a>\n');
  image.document.write('</body>\n</html>');
}
