function openThumbWindow(thumbname, width, height) {
	window.open('/images/pictures/' + thumbname + '.jpg', '', 'width=' + width + ',height=' + height + ',toolbar=no,status=1,toolbar=0,menubar=0,resizable=0,scrollbars=no,location=0');
}
