
function ImagePopup(thumbPath)
{
	var imagePath = thumbPath.replace('mini/','');
	window.open('common/browsers/imgview.php?imgpath=' + imagePath,'','resizable=yes,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,fullscreen=no,dependent=no,width=500,height=400');
}