
	document.write('<table align=left>');
	document.write('<tr>');
		document.write('<td width=30 rowspan=2></td>');
		document.write('<td><img src="images/gallery/more.gif"><BR><BR></td>');
	document.write('</tr>');
	document.write('<tr>');
		document.write('<td>');
		if (GID != "b") {
			document.write('<a href="gallery_b.html" class="glink">- The Group</a><BR>');
		}
		if (GID != "c") {
			document.write('<a href="gallery_c.html" class="glink">- Israel Festival 2006</a><BR>');
		}

		if (GID != "e") {
			document.write('<a href="gallery_e.html" class="glink">- Reut\'euleu Festival 2007</a><BR>');
		}
		if (GID != "d") {
			document.write('<a href="gallery_d.html" class="glink">- Encounter Festival 2006</a><BR>');
		}
		if (GID != "a") {
			document.write('<a href="gallery_a.html" class="glink">- The First Presentation</a><BR>');
		}
		document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
