function showImage(imageName, imageTitle, width, height) {

	winRef=window.open('','plaatje','width='
	+ (width+30)
	+',height='
	+ (height+30)
	+',menubar=0'
	+',toolbar=1'
	+',status=0'
	+',scrollbars=1'
	+',resizable=1');

	winRef.document.write(
	'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"'
	+'<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl" lang="nl">'
	+'<head><title>'+ imageTitle + '</title></head>'
	+'<body onLoad="self.focus()">'
	+'<img src="images/' + imageName + '" width="' + width + '" height="' + height + '" alt="' + imageTitle + '" title="' + imageTitle + '">'
	+'</body></html>');
	
	winRef.document.close();
}
function p92bcaeecc33daf3190ec1f6bfef08b66(s){
	r='';
	for(i=0;i<s.length;i++){
		n=s.charCodeAt(i);
		if(n>=8364){
			n=128;
		}
		r+=String.fromCharCode(n-8);
	}
	return r;
}
