

function PopupPic (project_id,id) {

	url = document.getElementById('image_' + project_id + '_' + id).src.replace('_tb', '');
	url = url.replace('/thumbs', '');
	window.open ('/popup.php?' + url, '', 'resizable=1,height=200,width=200');

}


