var Flash = PluginDetect.isMinVersion('Flash', 6);
if(Flash == 1) {
         document.write("<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"");
         document.write(" codebase=\"http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0\"");
         document.write(" ID=intro WIDTH=1000 HEIGHT=334>");
         document.write(" <PARAM NAME=movie VALUE=\"intro.swf"+variablen+"\"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src=\"intro.swf"+variablen+"\" quality=high bgcolor=#000000  WIDTH=1000 HEIGHT=334 TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"></EMBED>");
         document.write("</OBJECT>");
} else {
         document.write("<div style=\"position:relative; width:1000px; height:334px; margin:0px; padding-right:0px;padding-left:0px;\">");
         document.write(" <div id=\"slideshow\" style=\"z-index:1; position:absolute; width:1000px;height:334px;\"></div>");
         document.write("         <div style=\"z-index:2; background-color:#3f3f3f; opacity:0.65; filter:alpha(opacity=65); position:absolute; top:254px; left:0px; width:100%; height:80px\">");
         document.write("        </div>");
         document.write("                <div style=\"z-index:3; position:absolute; top:259px; left:100px; width:100%; height:75px\">");
         document.write("                        <div style=\"position:relativ; font-family:arial,tahoma; font-size:16px; color:#FFFFFF; text-decoration:none; font-weight:bold; width:700px; height:18px;\">"+text1+"</div>");
         document.write("                        <div style=\"position:relativ; font-family:arial,tahoma; font-size:30px; color:#FFFFFF; text-decoration:none; font-weight:bold; width:700px; height:32px;\"><img src=\"p.gif\" width=1 height=7><br>&nbsp;&nbsp;&nbsp;&nbsp;"+text2+"</div>");
         document.write("                        <div style=\"position:relativ; font-family:arial,tahoma; font-size:14px; color:#FFFFFF; text-decoration:none; font-weight:bold; width:700px; height:25px;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"+text3+"</div>");
         document.write("                </div>");
         document.write("</div>");
         var be_1= new be_slideshow("1",images1_header,"slideshow",1000,334,"#454545",5,1,20,"y","y","n","");
}
