	// flash settings -> 'src,width,height,quality,bgcolor,scale'
	flashSetup = '/resources/napa_header.swf,750,75,best,#FFFFFF,exactfit';
	// static html code
	staticCode = '<img src="/resources/static_header.jpg" width="750" height="75" border="0" alt="" usemap="#Header_Map">';
	// run the detection
	loadFlash (flashSetup,staticCode);
	
