// JavaScript Document
function f_fotos(thema) {
	
var li_teller;
						   self.document.write('<table width="100%"   height="100%" cellspacing="0" cellpadding="0"> <tr>');
						   for (li_teller = 1; li_teller <= 6; li_teller++)
						   {
						   self.document.write('<td class="foto"><a href="images/' + thema + "/" + li_teller + '.jpg" rel="lightbox[' + thema + ']"><img src="thumbs_fotos/' + thema + '_thumbs/' + li_teller + '.jpg" alt="' + thema + li_teller + '.jpg" /></a></td>');
						   }
						   self.document.write('</tr> <tr>');
                           for (li_teller = 7; li_teller <= 12; li_teller++)
						   {
						   self.document.write('<td class="foto"><a href="images/' + thema + "/" + li_teller + '.jpg" rel="lightbox[' + thema + ']"><img src="thumbs_fotos/' + thema + '_thumbs/' + li_teller + '.jpg" alt="' + thema + li_teller + '.jpg" /></a></td>');
						   }
						   self.document.write('</tr> <tr>');
                           for (li_teller = 13; li_teller <= 18; li_teller++)
						   {
						   self.document.write('<td class="foto"><a href="images/' + thema + "/" + li_teller + '.jpg" rel="lightbox[' + thema + ']"><img src="thumbs_fotos/' + thema + '_thumbs/' + li_teller + '.jpg" alt="' + thema + li_teller + '.jpg" /></a></td>');
						   }
                           self.document.write('</tr> <tr>');
                           for (li_teller = 19; li_teller <= 24; li_teller++)
						   {
						  self.document.write('<td class="foto"><a href="images/' + thema + "/" + li_teller + '.jpg" rel="lightbox[' + thema + ']"><img src="thumbs_fotos/' + thema + '_thumbs/' + li_teller + '.jpg" alt="' + thema + li_teller + '.jpg" /></a></td>');
						   }
                           self.document.write('</tr> </table>');
}

function f_fotos2(thema) {
	
var li_teller;
						   self.document.write('<table width="100%"   height="100%" cellspacing="0" cellpadding="0"> <tr>');
						   for (li_teller = 25; li_teller <= 30; li_teller++)
						   {
						   self.document.write('<td class="foto"><a href="images/' + thema + "/" + li_teller + '.jpg" rel="lightbox[' + thema + ']"><img src="thumbs_fotos/' + thema + '_thumbs/' + li_teller + '.jpg" alt="' + thema + li_teller + '.jpg" /></a></td>');
						   }
						   self.document.write('</tr> <tr>');
                           for (li_teller = 31; li_teller <= 36; li_teller++)
						   {
						   self.document.write('<td class="foto"><a href="images/' + thema + "/" + li_teller + '.jpg" rel="lightbox[' + thema + ']"><img src="thumbs_fotos/' + thema + '_thumbs/' + li_teller + '.jpg" alt="' + thema + li_teller + '.jpg" /></a></td>');
						   }
						   self.document.write('</tr> <tr>');
                           for (li_teller = 37; li_teller <= 42; li_teller++)
						   {
						   self.document.write('<td class="foto"><a href="images/' + thema + "/" + li_teller + '.jpg" rel="lightbox[' + thema + ']"><img src="thumbs_fotos/' + thema + '_thumbs/' + li_teller + '.jpg" alt="' + thema + li_teller + '.jpg" /></a></td>');
						   }
                           self.document.write('</tr> <tr>');
                           for (li_teller = 43; li_teller <= 48; li_teller++)
						   {
						  self.document.write('<td class="foto"><a href="images/' + thema + "/" + li_teller + '.jpg" rel="lightbox[' + thema + ']"><img src="thumbs_fotos/' + thema + '_thumbs/' + li_teller + '.jpg" alt="' + thema + li_teller + '.jpg" /></a></td>');
						   }
                           self.document.write('</tr> </table>');
}
