// JavaScript Document

/*<![CDATA[*/

<!--

var hasRightVersion = DetectFlashVer(7, 0, 0);

if (hasRightVersion && "fileadmin/templates/main/mail"!="") {  // if we've detected an acceptable version and if a Flash movie was defined

AC_FL_RunContent(

"movie", "fileadmin/templates/main/mail",

"width", "125",

"height", "30",

"loop", "true",

"quality", "high",

"menu", "false",

"base", "http://www.my-acdc.net/fileadmin/templates/main/",

							

"allowScriptAccess", "sameDomain",

"type", "application/x-shockwave-flash",

"codebase", "http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab",

"pluginspage", "http://www.adobe.com/go/getflashplayer"

);

} 

else 

{  // flash is to old or we can't detect the plugin

var alternateContent = '<img src="uploads/tx_rlmpflashdetection/black.jpg" width="125" height="30" border="0" alt="" title="" />';

document.write(alternateContent);  // insert non-flash content

}

// -->

/*]]>*/
