﻿function runFlash(webtitle) {
    webtitle = 'webtitle=' + webtitle;
    AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0',
			'width', '766',
			'height', '339',
			'src', 'Header_FV7',
			'quality', 'high',
			'pluginspage', 'http://www.adobe.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'Header FV7',
			'bgcolor', '#575757',
			'name', 'Header_FV7',
			'menu', 'true',
			'flashVars', webtitle,
			'allowFullScreen', 'false',
			'allowScriptAccess', 'sameDomain',
			'movie', 'HeaderFV7_Ray',
			'salign', ''
			); //end AC code
	
}
