function showPic (cGrp, cID, iText) {
	cUrl = '/pictures/?grp='+cGrp+'&ID='+cID;
	var vHeight = 610;
	if (iText)
		vHeight = 630;
	window.open(cUrl, 'picAdmin', 'width=810,height='+vHeight);
}

function dolo (dlID) {
	window.open('clipDL.php?ID='+dlID, 'downLoad', 'width=400,height=300');
}