");
} else if (hasRequestedVersion) {
// if we've detected an acceptable version
// embed the Flash Content SWF when all tests are passed
AC_FL_RunContent(
"src", "./Flash/index4",
"width", "900",
"height", "600",
"align", "middle",
"id", "index4",
"quality", "high",
"bgcolor", "#ffffff",
"name", "index2",
"allowScriptAccess","sameDomain",
"allowFullScreen" ,"true",
"type", "application/x-shockwave-flash",
"pluginspage", "http://www.adobe.com/go/getflashplayer"
);
} else { // flash is too old or we can't detect the plugin
document.write("");
}
// -->