/* <![CDATA[ */
if (AC_FL_RunContent == 0 || DetectFlashVer == 0) {
	alert("This page requires AC_RunActiveContent.js.");
} else {
	var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
	if(hasRightVersion) {  // if we've detected an acceptable version
		// embed the flash movie
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0',
			'width', '794',
			'height', '79',
			'src', 'header',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'header',
			'bgcolor', '#CCD905',
			'name', 'header',
			'menu', 'true',
			'allowScriptAccess','sameDomain',
			'allowFullScreen','false',
			'movie', 'header',
			'salign', ''
			); //end AC code
	} else {  // flash is too old or we can't detect the plugin
		var alternateContent = '<img src="/_lib/img/header_bg.jpg" alt="design house canberra" width="794" height="79" border="0" usemap="#Map" /><map name="Map" id="Map"><area shape="rect" coords="197,0,400,78" href="insidestory.php?noflash=true" alt="inside story" /><area shape="rect" coords="400,1,606,77" href="hemma.php?noflash=true" alt="hemma lifestyle" /><area shape="rect" coords="605,0,795,78" href="mio.php?noflash=true" alt="Mio interior design" /><area shape="rect" coords="2,4,196,74" href="./?noflash=true" alt="design house canberra" /></map>';
		document.write(alternateContent);  // insert non-flash content
	}
}
/* ]]> */

