Hier der Code:

Zitat:
Warnung! Spoiler!
[color:"white"] <br><table height=29 width=600 border=0 noborder cellpadding=0 cellspacing=0><tr><td align=center valign=center><font face="Verdana,Geneva,Arial,Helvetica" size=2 color="#000000"><b></b></font></td></tr></table>
<br>
<table width=600 border=0 noborder cellpadding=0 cellspacing=0><tr><td><font face="Verdana,Geneva,Arial,Helvetica" size=2><script type="text/javascript"><!--
function ShowList(){
document.getElementById('button').style.display='none';
document.getElementById('show').style.display='block';
document.getElementById('show').innerHTML=document.getElementById('liste').innerHTML;
}
function HiddenList(){
document.getElementById('show').style.display='none';
document.getElementById('button').style.display='block';
}

function ShowIMG(URL, IMGURL){
document.getElementById('dimg').style.display='block';
document.getElementById('imglink').href=URL;
document.getElementById('img').src=IMGURL;
}
function HiddenIMG(){
document.getElementById('dimg').style.display='none';
document.getElementById('imglink').href="";
document.getElementById('img').src="";
}

function ShowAlbum(album){
document.getElementById('show').innerHTML=document.getElementById(album).innerHTML;
}
//-->
</script>
<br><input type="button" id="button" onClick="ShowList();" value="Liste zeigen" />
<br><div id="show"></div>
<br><div id="liste" style="display:none;">
<br><a href="javascript:void(0)" onClick="ShowAlbum('album1')">Sehnsucht</a>
<br><a href="javascript:void(0)" onClick="ShowAlbum('album2')">Mutter</a>
<br><a href="javascript:void(0)" onClick="HiddenList()"> Liste ausblenden</a>

<br></div>
<br><div id="album1" style="display:none;">
<br><a href="javascript:void(0)" onClick="ShowIMG('http://de.youtube.com/watch?v=MfcsV_GyM4M','<a href="http://imageshack.us"><img src="http://img296.imageshack.us/img296/663/sehnsuchtfrontvelkymj0.jpg" border="0" alt="Image Hosted by ImageShack.us"/></a><br/><a href="http://g.imageshack.us/g.php?h=296&i=sehnsuchtfrontvelkymj0.jpg"><img src="http://img296.imageshack.us/img296/663/sehnsuchtfrontvelkymj0.05ad60d79f.jpg" border="0"></a></a></a>
<br><a href="javascript:void(0)" onClick="ShowList()">Zurueck zur Liste</a>
<br></div>
<br><div id="album2" style="display:none;">
<br><a href="javascript:void(0)" onClick="ShowIMG('http://i33.tinypic.com/b6x7cl.jpg', 'http://de.youtube.com/watch?v=MfcsV_GyM4M')"></a>
<br><a href="javascript:void(0)" onClick="ShowList()">Zurueck zur Liste</a>
<br></div>
<br>
<br><div id="dimg" style="display:none;"><a id="imglink"><img alt="" id="img" /></a>
<br><a href="javascript:void(0)" onClick="HiddenIMG()">Bild ausblenden</a></div></font></td></tr></table><br><br><br>
<---copyright by Loveparede2007--->
[/color]