


var flashwidth		= "600"			// WIDTH OF THE FLASH (IN PIXELS)
var flashheight		= "250"			// HEIGHT OF THE FLASH (IN PIXELS)
var color		= "000000"		// IMAGE CHANGER BACKGROUND COLOR
var flashalign		= "right"		// ALIGN | left | right | center |
var flashfolder		= "flash"		// FLASH FOLDER NAME
var flashmode		= "transparent"		// FLASH WMODE | window | opaque | transparent |




document.write('<table cellpadding="0" cellspacing="0" border="0" bgcolor="'+color+'" width="100%" class="homeflash"><tr><td valign="middle" align="'+flashalign+'">');
// MOBILE IPOD IPHONE IPAD DETECTION
if ((navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPod') != -1) || (navigator.userAgent.indexOf('iPad') != -1)) 
{ 
document.write('<img src="flash/image1-xml.jpg" width="'+flashwidth+'" height="'+flashheight+'" border="0"><br>');
}
else { 
if 
((navigator.userAgent.indexOf('MSIE') != -1) || 
(navigator.userAgent.indexOf('Firefox') != -1) || 
(navigator.userAgent.indexOf('Chrome') != -1) || 
(navigator.userAgent.indexOf('Safari') != -1) || 
(navigator.userAgent.indexOf('Netscape') != -1) || 
(navigator.userAgent.indexOf('Opera') != -1)) 
{ 
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="'+flashwidth+'" height="'+flashheight+'" id="changer-XML">');
document.write('<param name="movie" value="'+flashfolder+'/changer-XML.swf">');
document.write('<param name="wmode" value="'+flashmode+'">');
document.write('<param name="quality" value="high">');
document.write('<param name="bgcolor" value="#'+color+'">');
document.write('<embed src="'+flashfolder+'/changer-XML.swf" quality="high" wmode="'+flashmode+'" bgcolor="#'+color+'" width="'+flashwidth+'" height="'+flashheight+'" name="changer-XML" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object><br>');
 }
else {
document.write('<img src="flash/image1-xml.jpg" width="'+flashwidth+'" height="'+flashheight+'" border="0"><br>');
}
}
document.write('</td></tr></table>');


//  End -->
