function viewPostImage(URL) {
	window.open(URL, '', 'width=100, height=100, scrollbars=yes');
}
