function MM_openBrWindow(theURL,winName,features) { //v2.0
//	alert (features);
	win = window.open(theURL,winName,features);
	win.focus();
}

function zoomImage (id) {
	var tmp = 'scrollbars=no,resizable=yes,status=no,width=10,height=10';
	var turl = '/gallery/gal_popup.php?id=' + id;
//	alert (twth + '  ' + thgt);
	MM_openBrWindow(turl,'popup',tmp);
	return (false);
	}