<!-- START
// XML CHANGER VERSION 2.01
// XML CHANGER 2 SUPPORT: - http://www.allwebco-templates.com/support/S_flash_image_changerXML2-ADDON.htm
// XML CHANGER 2 VARIABLES YOU CAN EDIT - ALSO EDIT THE image .xml file


var XML2showsflash	= "yes"		// SHOW FLASH & TESTING MODE
var XML2flashwidth	= "500"		// WIDTH OF THE FLASH
var XML2flashheight	= "333"		// HEIGHT OF THE FLASH
var XML2flashcolor	= "990000"	// BACKGROUND COLOR
var XML2flashmode	= "transparent"	// FLASH WMODE | window | opaque | transparent |





// COPYRIGHT 2011 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law
// YOU DO NOT NEED TO EDIT BELOW THIS LINE
// FLASH WITH DETECTION VER 3.0.XMLchanger

// SHOW THIS IF FLASH SOFTWARE IS NOT DETECTED

var alternateContent = '<img src="flash/image1-xml.jpg" width="'+XML2flashwidth+'" height="'+XML2flashheight+'" border="0"><br>';


document.write('<table cellpadding="0" cellspacing="0" border="0" bgcolor="'+XML2flashcolor+'" style="background-color: #'+XML2flashcolor+';" class="XMLChanger"><tr><td>');
   if (XML2showsflash == "yes") {
// Version check based upon the values entered in "FLASH Globals" in javascripts.js
var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

// Check to see if the version meets the requirements for playback
if (hasReqestedVersion) {
	// if we've detected an acceptable version
	// embed the Flash Content SWF when all tests are passed
	AC_FL_RunContent(
				"src", "flash/changer-XML.swf",
				"width", XML2flashwidth,
				"height", XML2flashheight,
				"align", "center",
				"flashvars", "Mflashheight="+XML2flashheight+"&Mflashwidth="+XML2flashwidth,
				"id", "XML-Changer",
				"quality", "high",
				"wmode", XML2flashmode,
				"bgcolor", "#"+XML2flashcolor,
				"name", "XML-Changer",
				"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 too old or we can't detect the plugin
document.write(alternateContent);  // insert non-flash content
}
}
else {
document.write(alternateContent);  // insert non-flash content
}
document.write('</td></tr></table>');

// -->
