myvar = 0;
var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if (plugin) {
                var words = navigator.plugins["Shockwave Flash"].description.split(" ");
            for (var i = 0; i < words.length; ++i)
            {
                if (isNaN(parseInt(words[i])))
                continue;
                var MM_PluginVersion = words[i]; 
            }                                                           
        var MM_FlashCanPlay = (MM_PluginVersion >= MM_contentVersion);
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.appVersion.indexOf("Win") != -1)) {    
   
        document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
        document.write('on error resume next \n');
        document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
        document.write('</SCR' + 'IPT\> \n');       
}

function loadFlash(flashsource,MM_FlashCanPlay){
         
if ( MM_FlashCanPlay ) {

        document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ID="movie" WIDTH="770" HEIGHT="254">');
        document.write('<PARAM NAME=movie VALUE="layout/'+flashsource+'?cache='+myvar+'"><PARAM NAME=quality VALUE=high><PARAM NAME=wmode VALUE=transparent>'); 
        document.write('<EMBED src="layout/'+flashsource+'?cache='+myvar+'" quality=high wmode=transparent swLiveConnect=FALSE WIDTH="770" HEIGHT="254" NAME="movie" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
        document.write('</EMBED>');
        document.write('</OBJECT>');
} else{	  
    document.write('<img src="layout/nav_alter.gif" width="770" height="254" border="0" usemap="#Map">');
	document.write('<map name="Map">');
	document.write('<area shape="rect" coords="270,213,346,241" href="ernaehrung.html">');
	document.write('<area shape="rect" coords="386,191,480,218" href="wundversorgung.html">');
	document.write('<area shape="rect" coords="488,161,576,188" href="sachbedarf.html">');
	document.write('<area shape="rect" coords="595,134,683,161" href="reinigung.html">');
	document.write('<area shape="rect" coords="695,118,766,148" href="hygiene.html">');
	document.write('<area shape="rect" coords="160,225,232,242" href="inkontinenz.html">');
	document.write('<area shape="rect" coords="45,231,117,248" href="index.html">');
	document.write('<area shape="circle" coords="712,93,42" href="hygiene.html">');
	document.write('<area shape="circle" coords="597,106,42" href="reinigung.html">');
	document.write('<area shape="circle" coords="488,135,42" href="sachbedarf.html">');
	document.write('<area shape="circle" coords="164,200,42" href="inkontinenz.html">');
	document.write('<area shape="circle" coords="276,187,42" href="ernaehrung.html">');
	document.write('<area shape="circle" coords="385,164,42" href="wundversorgung.html">');
	document.write('<area shape="circle" coords="55,206,42" href="index.html">');
	document.write('</map>');
	}
}