

var xmlfilenameXMLUL	= "XML-Changer-UL/set1.xml"



var flashwidthXMLUL	= "600"		
var flashheightXMLUL	= "400"		
var flashcolorXMLUL	= "FFFFFF"	
var borderXMLUL		= "000000"	
var borderwidthXMLUL	= "1"		
var showsflashXMLUL	= "yes"		
var flashmodeXMLUL	= "transparent"	




var divlocateXMLUL	= "no"		
var divLRXMLUL		= "left"	
var divXlocXMLUL	= "50"		
var divYlocXMLUL	= "160"		







   if (showsflashXMLUL == "yes") {
   if (divlocateXMLUL == "yes") {
document.write('<div id="XMLFlash" style="position:absolute; visibility:visible; '+divLRXMLUL+': '+divXlocXMLUL+'px; top: '+divYlocXMLUL+'px; z-index:3;">');
}
document.write('<table cellpadding="0" cellspacing="0" border="0" style="background-color: #'+flashcolorXMLUL+'; border: #'+borderXMLUL+' '+borderwidthXMLUL+'px solid;"><tr><td>');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+flashwidthXMLUL+'" height="'+flashheightXMLUL+'" id="XML-ChangerUL">');
document.write('<param name="movie" value="XML-Changer-UL/XML-ChangerUL.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="flashvars" value="xmlfilen='+xmlfilenameXMLUL+'">');
document.write('<param name="wmode" value="'+flashmodeXMLUL+'">');
document.write('<param name="bgcolor" value="#'+flashcolorXMLUL+'">');
document.write('<embed src="XML-Changer-UL/XML-ChangerUL.swf" flashvars="xmlfilen='+xmlfilenameXMLUL+'" quality="high" wmode="'+flashmodeXMLUL+'" bgcolor="#'+flashcolorXMLUL+'" width="'+flashwidthXMLUL+'" height="'+flashheightXMLUL+'" NAME="XML-ChangerUL" TYPE="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object><br>');
document.write('</td></tr></table>');
   if (divlocateXMLUL == "yes") {
document.write('</div>');
}
}


