function showSWFPreview(currSWF){

var isSelection = currSWF;
var flashObjStr = "<object width='375' height='282'><param name='movie' value="+isSelection+"><embed src="+isSelection+" width='375' height='282'></embed></object>";
document.getElementById('FlashDisplay').innerHTML = flashObjStr;

if(currSWF == 'presentations/ABA_384K.swf') {
	document.getElementById('flash1').innerHTML = "<font color='#CC0000'><b>Ann Beha Architects</b></font>";
	} else {
	document.getElementById('flash1').innerHTML = "<font color='#000000'>Ann Beha Architects</font>";
}
if(currSWF == 'presentations/MORGAN_384K.swf') {
	document.getElementById('flash2').innerHTML = "<font color='#CC0000'><b>Morgan Stanley</b></font>";
	} else {
	document.getElementById('flash2').innerHTML = "<font color='#000000'>Morgan Stanley</font>";
}
if(currSWF == 'presentations/DIA_384K.swf') {
	document.getElementById('flash3').innerHTML = "<font color='#CC0000'><b>U.S. Defense Intelligence Agency</b></font>";
	} else {
	document.getElementById('flash3').innerHTML = "<font color='#000000'>U.S. Defense Intelligence Agency</font>";
}
if(currSWF == 'presentations/Patriot_384K.swf') {
	document.getElementById('flash4').innerHTML = "<font color='#CC0000'><b>Patriot Ledger</b></font>";
	} else {
	document.getElementById('flash4').innerHTML = "<font color='#000000'>Patriot Ledger</font>";
}
if(currSWF == 'presentations/CVS_384K.swf') {
	document.getElementById('flash5').innerHTML = "<font color='#CC0000'><b>CVS</b></font>";
	} else {
	document.getElementById('flash5').innerHTML = "<font color='#000000'>CVS</font>";
}
if(currSWF == 'presentations/pwc_384K.swf') {
	document.getElementById('flash6').innerHTML = "<font color='#CC0000'><b>PricewaterHouseCoopers</b></font>";
	} else {
	document.getElementById('flash6').innerHTML = "<font color='#000000'>PricewaterHouseCoopers</font>";
}

}