// In this section we set up the content to be placed dynamically on the page.
// Customize movie tags and alternate html content below.

if (!useRedirect) {    // if dynamic embedding is turned on
  if(hasRightVersion) {  // if we've detected an acceptable version
    var oeTags = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'WIDTH="255" HEIGHT="335"'
    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<PARAM NAME="MOVIE" VALUE="images/circularImage/graf_small.swf">'
    + '<PARAM NAME="PLAY" VALUE="true">'
    + '<PARAM NAME="LOOP" VALUE="false">'
    + '<PARAM NAME="QUALITY" VALUE="high">'
    + '<PARAM NAME="MENU" VALUE="false">'
    + '<EMBED SRC="images/circularImage/graf_small.swf"'
    + 'WIDTH="255" HEIGHT="335"'
    + 'PLAY="true"'
    + 'LOOP="false"'
    + 'QUALITY="high"'
    + 'MENU="false"'
    + 'TYPE="application/x-shockwave-flash"'
    + 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
    + '</EMBED>'
    + '</OBJECT>';

    document.write(oeTags);   // embed the flash movie
   } else {  // flash is too old or we can't detect the plugin
    // NOTE: height, width are required!
    var alternateContent = '<TABLE WIDTH="261" BORDER="0" CELLPADDING="0" CELLSPACING="0">'
	+ '<TR>'
	+ '<TD>'
	+ '<A HREF="asp/content.asp?catkey=2&contkey=8" ONMOUSEOVER="changeImages(""graphic_01"", ""images/circularImage/graphic_01-over.gif""); return true;" ONMOUSEOUT="changeImages(""graphic_01"", ""images/circularImage/graphic_01.gif""); return true;">'
	+ '<IMG NAME="graphic_01" SRC="images/circularImage/graphic_01.gif" WIDTH="87" HEIGHT="87" BORDER="0" ALT="Sales Strategy">'
	+ '</A>'
	+ '</TD>'
	+ '<TD>'
	+ '<A HREF="asp/content.asp?catkey=2&contkey=33" ONMOUSEOVER="changeImages(""graphic_02"", ""images/circularImage/graphic_02-over.gif""); return true;" ONMOUSEOUT="changeImages(""graphic_02"", ""images/circularImage/graphic_02.gif""); return true;">'
	+ '<IMG NAME="graphic_02" SRC="images/circularImage/graphic_02.gif" WIDTH="87" HEIGHT="87" BORDER="0" ALT="Sales Processes">'
	+ '</A>'
	+ '</TD>'
	+ '<TD>'
	+ '<A HREF="asp/content.asp?catkey=2&contkey=34" ONMOUSEOVER="changeImages(""graphic_03"", ""images/circularImage/graphic_03-over.gif""); return true;" ONMOUSEOUT="changeImages(""graphic_03"", ""images/circularImage/graphic_03.gif""); return true;">'
	+ '<IMG NAME="graphic_03" SRC="images/circularImage/graphic_03.gif" WIDTH="87" HEIGHT="87" BORDER="0" ALT="Sales Management; Leadership">'
	+ '</A>'
	+ '</TD>'
	+ '</TR>'
	+ '<TR>'
	+ '<TD>'
	+ '<A HREF="asp/content.asp?catkey=2&contkey=41" ONMOUSEOVER="changeImages(""graphic_04"", ""images/circularImage/graphic_04-over.gif""); return true;" ONMOUSEOUT="changeImages(""graphic_04"", ""images/circularImage/graphic_04.gif""); return true;">'
	+ '<IMG NAME="graphic_04" SRC="images/circularImage/graphic_04.gif" WIDTH="87" HEIGHT="87" BORDER="0" ALT="Customer Centric Culture">'
	+ '</A>'
	+ '</TD>'
	+ '<TD>'
	+ '<IMG SRC="images/circularImage/graphic_05.gif" WIDTH="87" HEIGHT="87" ALT="">'
	+ '</TD>'
	+ '<TD>'
	+ '<A HREF="asp/content.asp?catkey=2&contkey=35" ONMOUSEOVER="changeImages(""graphic_06"", ""images/circularImage/graphic_06-over.gif""); return true;" ONMOUSEOUT="changeImages(""graphic_06"", ""images/circularImage/graphic_06.gif""); return true;">'
	+ '<IMG NAME="graphic_06" SRC="images/circularImage/graphic_06.gif" WIDTH="87" HEIGHT="87" BORDER="0" ALT="Sales Training">'
	+ '</A>'
	+ '</TD>'
	+ '</TR>'
	+ '<TR>'
	+ '<TD>'
	+ '<A HREF="asp/content.asp?catkey=2&contkey=40" ONMOUSEOVER="changeImages(""graphic_07"", ""images/circularImage/graphic_07-over.gif""); return true;" ONMOUSEOUT="changeImages(""graphic_07"", ""images/circularImage/graphic_07.gif""); return true;">'
	+ '<IMG NAME="graphic_07" SRC="images/circularImage/graphic_07.gif" WIDTH="87" HEIGHT="87" BORDER="0" ALT="Sales Tools">'
	+ '</A>'
	+ '</TD>'
	+ '<TD>'
	+ '<A HREF="asp/content.asp?catkey=2&contkey=39" ONMOUSEOVER="changeImages(""graphic_08"", ""images/circularImage/graphic_08-over.gif""); return true;" ONMOUSEOUT="changeImages(""graphic_08"", ""images/circularImage/graphic_08.gif""); return true;">'
	+ '<IMG NAME="graphic_08" SRC="images/circularImage/graphic_08.gif" WIDTH="87" HEIGHT="87" BORDER="0" ALT="Message to Market">'
	+ '</A>'
	+ '</TD>'
	+ '<TD>'
	+ '<A HREF="asp/content.asp?catkey=2&contkey=38" ONMOUSEOVER="changeImages(""graphic_09"", ""images/circularImage/graphic_09-over.gif""); return true;" ONMOUSEOUT="changeImages(""graphic_09"", ""images/circularImage/graphic_09.gif""); return true;">'
	+ '<IMG NAME="graphic_09" SRC="images/circularImage/graphic_09.gif" WIDTH="87" HEIGHT="87" BORDER="0" ALT="Sales Team Effectiveness">'
	+ '</A>'
	+ '</TD>'
	+ '</TR>'
	+ '</TABLE>';
	
    document.write(alternateContent);  // insert non-flash content // -->
  }
}
