\n');
}
function get_Version(version){
if(navigator.plugins){
if(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]){
var tmp=navigator.plugins["Shockwave Flash 2.0"]?" 2.0":"";
var description=navigator.plugins["Shockwave Flash"+tmp].description;
var flashVersion=parseInt(description.charAt(description.indexOf(".")-1));
flash2=flashVersion==2;
flash3=flashVersion==3;
flash4=flashVersion==4;
flash5=flashVersion==5;
flash6=flashVersion==6;
flash7=flashVersion>=7;
}
}
for(i=2;i<=maxV;i++){
if(eval("flash"+i)==true)hasVersion=i;
}
if(navigator.userAgent.indexOf("WebTV")!=-1)hasVersion=3;
if(hasVersion>=version)rightVersion=true;
else rightVersion=false;
}
function write_tag(flashTag,noflashTag,version) {
pos=flashTag.search(/#version=.+/);
if(pos!=-1){
var TagVersion=flashTag.substring(pos+9,pos+10);
if(TagVersion!=version)version=TagVersion;
}
get_Version(version);
if(rightVersion)document.write(flashTag);
else document.write(noflashTag);
}
var klappe=false;
function aufklappen(id){
nr=id.substr(id.lastIndexOf('_')+1);
if(klappe!=nr){
document.getElementById('detail_'+nr).style.display='block';
if(document.getElementById('pfeil'+nr)){
document.getElementById('pfeil'+nr).src='/picts/pfeil_details_open.gif';
}
tmp=nr;
}
if(klappe){
document.getElementById('detail_'+klappe).style.display='none';
if(document.getElementById('pfeil'+nr)){
document.getElementById('pfeil'+klappe).src='/picts/pfeil_details.gif';
}
klappe=false;
}
klappe=tmp;
tmp=false;
}
function klappen(){
linkTags=self.document.getElementsByTagName('a')||self.document.links;
for(i=1;i