function aa(ber,idx1,page) {
parent.location ="show.html?ber="+ber+"&idx1="+idx1+"&page="+page;
}
function bb(ber,idx1,page) {
 window.open('show.html?ber='+ber+'&idx1='+idx1+'&page='+page,'openprojektwindow','top=0,left=214,width=1200,height=1000,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no');
}
function open_prj_window(ber,idx1,page) {
parent.location ="show.html?ber="+ber+"&idx1="+idx1+"&page="+page;
}

function projekt_uebersicht(BER) {
 var title1 = '';
 var ktxt = '';
 var thumb1 = '';
 if (BER == NP) { mmax = np_max; }
 if (BER == VO) { mmax = vo_max; }
 if (BER == PB) { mmax = pb_max; }
 if (BER == MO) { mmax = mo_max; }
 if (BER == SP) { mmax = sp_max; }
 if (BER == PP) { mmax = pp_max; }
 if (BER == LP) { mmax = lp_max; }
 if (BER == VL) { mmax = vl_max; }
 if (BER == HP) { mmax = hp_max; }
 if (BER == AP) { mmax = ap_max; }
 if (BER == BA) { mmax = ba_max; }
 if (BER == ID) { mmax = id_max; }
 if (BER == MB) { mmax = mb_max; }
 if (BER == IP) { mmax = ip_max; }
 for (mm=1; mm<=mmax; mm++) {
  if (BER == NP) { title1 = np_tit[mm]; ktxt = np_ptxt[mm]; }
  if (BER == VO) { title1 = vo_tit[mm]; ktxt = vo_ptxt[mm]; }
  if (BER == PB) { title1 = pb_tit[mm]; ktxt = pb_ptxt[mm]; }
  if (BER == MO) { title1 = mo_tit[mm]; ktxt = mo_ptxt[mm]; }
  if (BER == SP) { title1 = sp_tit[mm]; ktxt = sp_ptxt[mm]; }
  if (BER == PP) { title1 = pp_tit[mm]; ktxt = pp_ptxt[mm]; }
  if (BER == LP) { title1 = lp_tit[mm]; ktxt = lp_ptxt[mm]; }
  if (BER == VL) { title1 = vl_tit[mm]; ktxt = vl_ptxt[mm]; }
  if (BER == HP) { title1 = hp_tit[mm]; ktxt = hp_ptxt[mm]; }
  if (BER == AP) { title1 = ap_tit[mm]; ktxt = ap_ptxt[mm]; }
  if (BER == BA) { title1 = ba_tit[mm]; ktxt = ba_ptxt[mm]; }
  if (BER == ID) { title1 = id_tit[mm]; ktxt = id_ptxt[mm]; }
  if (BER == MB) { title1 = mb_tit[mm]; ktxt = mb_ptxt[mm]; }
  if (BER == IP) { title1 = ip_tit[mm]; ktxt = ip_ptxt[mm]; }
  thumb1 = vverz[BER]+'/'+mm+'_thumb.jpg';

  document.write('<tr><td align="right" width="130" height="20" valign="top"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tbody>');
  document.write('<tr><td valign="top" bgcolor="#FFFFFF">');
  document.write('<a href="javascript:open_prj_window('+BER+','+mm+',1);">');
  document.write('<img vspace="0" hspace="0" alt="bitte hier anklicken ..." name="Image2" border="0" width="130" src="'+thumb1+'"></a></td></tr>');
  document.write('</tbody></table></td>');

  document.write('<td width="25" align="left" height="10"><img src="schwimmbadbau-bilder/transparent.gif" width="25" height="10" alt=""></td>');

  document.write('<td colspan="2" width="420" height="10" align="left" valign="top" class="caption"><p class="menu"><font color="#7F7F7F"><b>'+title1+'</b><br>');
  document.write('<img src="schwimmbadbau-bilder/transparent.gif" width="25" height="4" alt=""><br>');
  document.write(''+ktxt+'</font></td>');

  document.write('</tr><tr><td align="right" width="120"><img src="schwimmbadbau-bilder/transparent.gif" width="20" height="20" alt=""></td><td width="25" align="left">&nbsp;</td><td colspan="2" width="420" valign="top"><font color="#7F7F7F">&nbsp;</font></td></tr>');
 }
}