function testForFlash(fileName){
flash_versions = 20;
var flash = new Object();
flash.installed=false;
flash.version='0.0';
//test mozilla
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]){
showFlash(fileName);
} 
//test IE
else if (window.ActiveXObject) {
	for (x = 2; x <= flash_versions; x++) {
		try {
			oFlash = eval("new ActiveXObject('ShockwaveFlash.ShockwaveFlash." + x + "');");
			if(oFlash) {
				flash.installed = true;
			}//if
		}//try
		catch(e) {}
	}//for
	if(flash.installed){
		showFlash(fileName);
		}//if
	}//else if 
else{

	
}

}
function showFlash(fileName){
	
	if((fileName=="/flash/headerHomeNew")||(fileName=="/flash/headerHomeNew")){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="550" height="108">');
document.write(' <param name="movie" value="flash/headerHome2.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<embed src="flash/headerHome2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" ');
document.write('type="application/x-shockwave-flash" width="550" height="108"></embed></object>');
	}
	if(fileName=="/flash/headerSec"){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="772" height="98">');
document.write(' <param name="movie" value="'+fileName+'.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<embed src="'+fileName+'.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" ');
document.write('type="application/x-shockwave-flash" width="772" height="98"></embed></object>');
	}
	if(fileName=="/flash/headerSec_Celebrating"){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="772" height="98">');
document.write(' <param name="movie" value="'+fileName+'.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<embed src="'+fileName+'.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" ');
document.write('type="application/x-shockwave-flash" width="772" height="98"></embed></object>');
	}
	if(fileName=="/flash/headerSec_Surrounding"){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="772" height="98">');
document.write(' <param name="movie" value="'+fileName+'.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<embed src="'+fileName+'.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" ');
document.write('type="application/x-shockwave-flash" width="772" height="98"></embed></object>');
	}
	if(fileName=="/flash/headerMainSecNew"){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="550" height="108">');
document.write(' <param name="movie" value="/flash/headerMainSecNew2.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<embed src="/flash/headerMainSecNew2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" ');
document.write('type="application/x-shockwave-flash" width="550" height="108"></embed></object>');
	}
}//end Function

