function Bild(myPicture, Code)
   {
        document.open();
        document.write('<HTML>');
        document.write('<HEAD>');
        document.write('<TITLE>Ägypten Infos - Fotos</TITLE>');
		document.write('<link href="http://www.aegypten-infos.de/format.css" rel="stylesheet" type="text/css">');
        document.write('</HEAD>');
        document.write('<body id="foto">');
		document.write('<div id="title">');
		document.write('<table width="800" border="0" cellspacing="0" cellpadding="0">');
		document.write('<tr>');
		document.write('<td><img src="/images/AegyptenInfos2.jpg" width="634" height="96"></td>');
		document.write('<td align="center" valign="bottom">[] <A HREF="javascript:RecomPage();">Seite empfehlen</A></td>');
		document.write('</tr>');		
		document.write('</table>');
		document.write('</div>');
		document.write('<div id="menu">');
		document.write('<ul class="liste">');
		document.write('<li><a href="/index.php" id="homenavi">STARTSEITE</a></li><br />');
		document.write('<li><a href="/nil_1.php" id="nilnavi">DER NIL</a></li><br />');
		document.write('<li><a href="/Pyramiden/Pyramiden.php" id="pyramidennavi">PYRAMIDEN</a></li><br />');
		document.write('<li><a href="/Tempel/tempel.php" id="tempelnavi">TEMPEL</a></li><br />');
		document.write('<li><a href="/Pharaonen/pharaonen.php" id="pharaonennavi">PHARAONEN</a></li><br />');
		document.write('<li><a href="/Goetter/goetter.php" id="goetternavi">GÖTTER</a></li><br />');
		document.write('<li><a href="/Fotos/fotos.php" id="fotosnavi">FOTOS</a></li><br />');
		document.write('<li><a href="/Geschichte/geschichte.php" id="geschichtenavi">GESCHICHTE</a></li><br />');
		document.write('<li><a href="/Reisebericht.php" id="reiseberichtnavi">REISEBERICHT&nbsp;&nbsp;&nbsp;&nbsp;<font color="#CC0000">*Neu*</font></a></li><br />');
		document.write('<li><a href="/Shop.php" id="shopnavi">SHOP</a></li><br />');
		document.write('<li><a href="/Ecards/Fotos.php" id="ecardsnavi">ECARDS&nbsp;&nbsp;&nbsp;&nbsp; <font color="#CC0000">*Neu*</font></a></li><br />');
		document.write('<li><a href="/Guestbook.shtml" id="gaestebuchnavi">GÄSTEBUCH</a></li><br />');
		document.write('<li><a href="/links.php" id="linksnavi">LINKS</a></li><br />');
		document.write('<li><a href="/Impressum.php" id="impressumnavi">IMPRESSUM</a></li><br />');
		document.write('</ul>');
		document.write('<p>&nbsp;</p>');
		document.write('<p align="center"><a href="http://www.school2000.de/toplist/in.php3?site=1098956129" target=_blank>');
		document.write('<img src="/images/vote_image.gif" width="88" height="31" border=0></a>');
		document.write('<p align="center" class="text_klein"><a href="http://www.yougend.com/topliste/in.php3?site=1033128944" target=_blank>Vote for<br>Top 100 Sites</a> </p>');
		document.write('<p align="center"><A HREF="http://www.amazon.de/exec/obidos/redirect-home?tag=agypteninfos-21&site=home" target="_blank"><img src="/Amazon/w_105x43.gif" width="105" height="43" border="0"></A></p>');
		document.write('<!-- BEGIN PARTNER PROGRAM - DO NOT CHANGE THE PARAMETERS OF THE HYPERLINK -->');
		document.write('<A HREF="http://partners.webmasterplan.com/click.asp?ref=145172&site=2820&type=b19&bnb=19" TARGET="_blank">');
		document.write('<IMG SRC="http://banners.webmasterplan.com/view.asp?site=2820&ref=145172&b=19" BORDER="0"  alt="Expedia.de - Reisen. Wie, wann, wohin du willst." WIDTH="120" HEIGHT="40"></A><br>');
		document.write('<!-- END PARTNER PROGRAM -->');
		document.write('</div>');
		document.write('<div id="content" style="width:70%!important;">');
		document.write('<table align="center" border="1" bordercolor="#663333" cellpadding="20" cellspacing="0" class="text_klein"><tr align="center" valign="top"><td>');
		document.write('<p>Auf das Bild klicken um zur Übersicht zurück zu gelangen.</p>');
		document.write('<A HREF="' + document.location.pathname + '">');
        document.write('<IMG SRC="http://www.jp-artwork.de/Fotos/Ecards/'+ myPicture + '.jpg"');
        document.write('  ALT="Bild anklicken, um zur&uuml;ck zu gehen."');
        document.write('  BORDER=0 class="img">');
        document.write('</A><br />');
		document.write('<a href="http://www.shareyourposter.biz/photoarchiv/index.php?action=showpic&cat=2&pic=' + myPicture + '" target="_blank"> '); // Posterbestellung
		document.write('[ als Poster bestellen ]</a>  |  ');
        document.write('<A HREF="http://www.aegypten-infos.de/_ecards/ecard_form.php?pic='+ myPicture + '">'); // Ecards
		document.write(' [ Bild als Ecard versenden ]</A></p>');
        document.write('</td></tr></table>');
        document.write('</div></BODY></HTML>');
        document.close();
   }

function RecomPage() {
  scriptName = "/_recom/ibps_recom.php?url=" + window.location.href;
  window.open(scriptName, "RecomPage", "width=450,height=550");
}

