function setFlash(contextRoot,sectionTheme) {
	document.write('<object data="'+contextRoot+'/docroot/rexford/flash/'+sectionTheme+'.swf" height="160" type="application/x-shockwave-flash" width="770">\n');
	document.write('<param name="movie" value="'+contextRoot+'/docroot/rexford/flash/'+sectionTheme+'.swf"/>\n');
	document.write('<param name="wmode" value="opaque"/>\n');
	document.write('<param name="bgcolor" value="#0e1412">\n');
	document.write('</object>\n');
}

function setHomeFlash(contextRoot,file) {
	document.write('<object data="'+contextRoot+file+'" type="application/x-shockwave-flash" width="770" height="323">\n');
	document.write('<param name="movie" value="'+contextRoot+file+'"/>\n');
	document.write('<param name="wmode" value="opaque"/>\n');
	document.write('<param name="bgcolor" value="#0e1412">\n');
	document.write('</object>\n');
}