// JavaScript Document
/*

window.alert("yes, accessed");

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
		
*/		
/*		
window.alert("yes, accessed");
		
*/		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0',
			'width', '780',
			'height', '525',
			'src', 'Assets/GraphicMessageDec08short',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'about2',
			'bgcolor', '#ffffff',
			'name', 'Assets/GraphicMessageDec08short',
			'menu', 'true',
			'allowScriptAccess','sameDomain',
			'allowFullScreen','false',
			'movie', 'Assets/GraphicMessageDec08short',
			'salign', ''
			); //end AC code
		
		
/*		
	} else {  // flash is too old or we can't detect the plugin
		var alternateContent = '<br/>' + 'Sorry, this site is designed with Flash - not compatible with iPods or iPads.' + '<br />'
			+ 'To view a substitute (static) version of Concept Compass Graphic Design capabilities,' + '<br/>'
			+ '<a href="http://conceptcompass.com/digital-nonflash.html"/>click here</a>'
			;
		document.write(alternateContent);  // insert non-flash content
	}
	
	
	
}*/