<!-- START
// XML CHANGER VERSION 2.01.ul
// XML-UL CHANGER SUPPORT: - http://www.allwebco-templates.com/support/S_flash_image_changerXML-ADDON-UL.htm
// XML CHANGER 2 VARIABLES YOU CAN EDIT - ALSO EDIT THE image .xml file



// VARIABLES FOR THE XML IMAGE SET FILE

var xmlfilenameXMLUL	= "XML-Changer-UL/set2.xml"
var altflashcon		= "XML-Changer-UL/set1/image1.jpg"	// SHOW IN NON-FLASH BROWSERS


var showsflashUL	= "yes"		// SHOW FLASH & TESTING MODE
var widthUL		= "400"		// WIDTH OF THE FLASH
var heightUL		= "266"		// HEIGHT OF THE FLASH
var colorUL		= "FFFFFF"	// BACKGROUND COLOR
var flashmodeUL		= "transparent"	// FLASH WMODE | window | opaque | transparent |


var borderUL		= "000000"	  // BORDER COLOR
var borderULwidth	= "0"		  // BORDER WIDTH


// LOCATE WITH A DIV OPTIONS
var divlocateUL		= "no"		// yes OR no TO LOCATE THE CHANGER WITH A DIV
var divLRUL		= "left"	// SIDE TO LOCATE ON left OR right
var divXlocUL		= "10"		// PIXELS FROM EDGE
var divYlocUL		= "10"		// PIXELS FROM TOP OF PAGE




// 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.ULXML

// SHOW THIS IF FLASH SOFTWARE IS NOT DETECTED

var alternateContent = '<img src="'+altflashcon+'" width="'+widthUL+'" height="'+heightUL+'" border="0"><br>';

   if (divlocateUL == "yes") {
document.write('<div id="XMLFlash" style="position:absolute; visibility:visible; '+divLRUL+': '+divXlocUL+'px; top: '+divYlocUL+'px; z-index:10;">');
}
document.write('<table cellpadding="0" cellspacing="0" border="0" bgcolor="'+colorUL+'" style="background-color: #'+colorUL+'; border: #'+borderUL+' '+borderULwidth+'px solid;"><tr><td>');
   if (showsflashUL == "yes") {
// Version check based upon the values entered in "FLASH Globals" in FlashDetect.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", "XML-Changer-UL/XML-ChangerUL.swf",
				"width", widthUL,
				"height", heightUL,
				"align", "center",
				"flashvars", "xmlfilen="+xmlfilenameXMLUL,
				"id", "XML-ChangerUL",
				"quality", "high",
				"menu", "false",
				"wmode", flashmodeUL,
				"bgcolor", "#"+colorUL,
				"name", "XML-ChangerUL",
				"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>');
   if (divlocateUL == "yes") {
document.write('</div>');
}
// -->
