// Display appropriate flash visual
function flashVisual(whichVisual) {
	var strVisual;
	if (whichVisual == "" || whichVisual == null) {
	    strVisual = "_default";
	} else {
	    strVisual = whichVisual;
    }
	var intWidth = 610;
	var intHeight = 215;
	var strAltText = "Bar design starts with Gamko"
	AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0','width',intWidth,'height',intHeight,'title',strAltText,'wmode','transparent','src','/_swf/' + strVisual + '','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','/_swf/' + strVisual + '' ); //end AC code
}