<!-- Begin Slideshow

document.write('<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td align="right">');

browser_version= parseInt(navigator.appVersion);
browser_type = navigator.appName;
if (browser_type == "Microsoft Internet Explorer" && (browser_version >= 4) && (navigator.userAgent.indexOf("Windows") != -1)) 

document.write('</td><td align="right">');

document.write('<input type="button" name="slidebutton" onclick="ap(this.value);" value="Diashow" title="Diashow" class="slideshow" onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'">&nbsp;');
document.write('<input type="button" onclick="zurueck();" value="&lt;&lt;" title="zurueck" class="slideshow" onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'">&nbsp;');
document.write('<input type="button" onclick="vor();" value="&gt;&gt;" title="vor" class="slideshow" onmouseover="this.className=\'slideshowon\'" onmouseout="this.className=\'slideshow\'"><br>');
document.write('</td></tr><tr><td colspan="2" align="center">');

document.write('</td></tr></table>');

//  End Slideshow-->
