if (FlashHeader!="0"){				
	// display flash using XHTML-compliant tags (credit: Drew McLellan | http://www.alistapart.com/authors/drewmclellan/)...
	document.write ('<object type="application/x-shockwave-flash" data="flash/echosoft-header.swf?scheme='+lScheme+'&playsound='+lSound+'" width="778" height="225" id="header_machine" align="middle">');
	document.write ('<param name="movie" value="flash/echosoft-header.swf?scheme='+lScheme+'&playsound='+lSound+'" />');
	document.write ('<div onLoad="useFlash(0);"></div>');
	document.write ('</object>');
} else {
	// display non-flash (static) header...
	document.write ('<img src="images/header-'+sScheme+'.jpg" border="0" />');
}
