
function zu(seite)
{
parent.haupt.location.href=seite;
}

function imgShowAlt(img,text)
{
	//parent.haupt.window.location.href="detail.htm";
	//parent.haupt.window.document.images.bild.src=img;
	parent.haupt.window.document.close();
	parent.haupt.window.document.open();
	parent.haupt.window.document.writeln("<html><head><title>Detailansicht</title>");
	parent.haupt.window.document.writeln("<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>");
	parent.haupt.window.document.writeln("<link rel='stylesheet' href='../stylesheet/wilderwald.css' type='text/css'>");
	parent.haupt.window.document.writeln("</head>");
	parent.haupt.window.document.writeln("<body>");
	parent.haupt.window.document.writeln("<table class='normal' height='100%' width='100%'>");
	parent.haupt.window.document.writeln("<tr valign='middle'>");
	parent.haupt.window.document.writeln("<td valign='middle' align='center' class='normal'>");
	parent.haupt.window.document.writeln("<h3><a href='javascript:onClick=history.back();'>zur&uuml;ck</a></h3>");
	parent.haupt.window.document.writeln("<a href='javascript:onClick=history.back();'>");
	parent.haupt.window.document.writeln("<img alt='zur&uuml;ck' name='bild' src='" + img + "' border=0></a>");
//	parent.haupt.window.document.writeln(img);
//	parent.haupt.window.document.writeln("' border=0 alt='zur&uuml;ck'></img></a>");
	parent.haupt.window.document.writeln("<b><div align='center'>");
	parent.haupt.window.document.writeln(text);
	parent.haupt.window.document.writeln("</div></b>");
	parent.haupt.window.document.writeln("</td></tr></table>");
	parent.haupt.window.document.writeln("</body></html>");




}

function imgShow(img,text)
{
         top.varBild=img;
         top.varText=text
	self.location.href="fotodetail.htm";
}