function gallery(url, name, attribs) {
	var w = window.open(url, name, attribs);
	w.focus();
	return false;
}

