function imgPop(image, title) {
	window.open(('image.php?img=' + image + '&title=' + title), '', 'scrollbars=yes,toolbar=0,menubar=0,directories=0,status=0,location=0,resizable=1,height=550,width=540');
}

function imgPopID(id) {
	window.open(('image.php?id=' + id), '', 'scrollbars=yes,toolbar=0,menubar=0,directories=0,status=0,location=0,resizable=1,height=550,width=540');
}
