function zoomImage(anchorObj, width, height) {
	width += 0;
	height += 40;
	window.open('popup.php?f='+anchorObj.href, '', 'top=50,left=50,height='+height+', width='+width)+'scrollbars=auto';
	return false;
}