// JavaScript Document

function loadflash($galerie){
	$datei = '../downloads/bilder_v3.swf?wartezeit=16&galerie='+$galerie;
	document.getElementById("div_bild").innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="390" height="290" id="bilder" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="'+$datei+'" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="'+$datei+'" quality="high" bgcolor="#000000" width="390" height="290" name="bilder" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
}

function showspanagb($do,$max){
	for($i=1;$i<=$max;$i++){
		document.getElementById("span_agb_m_"+$i).style.display = "none";
		document.getElementById("span_agb_r_"+$i).style.display = "none";
	}
	document.getElementById("span_agb_m_"+$do).style.display = "block";
	document.getElementById("span_agb_r_"+$do).style.display = "block";
}
