// Flash detection script
var MM_contentVersion = 4;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin )
{
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var MM_PluginVersion = words[i]; 
	    }
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.appVersion.indexOf("Win") != -1))
{
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}
if (MM_FlashCanPlay)
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="358" height="400" id="process" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="/solutions/071023_process.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="/solutions/071023_process.swf" quality="high" bgcolor="#ffffff" width="358" height="400" name="process" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');
}
else
{
	document.write('<div style="margin:0px;padding:0px;"><MAP NAME="product_overview_map_Map"><AREA SHAPE="poly" ALT="Best Practices Consulting" COORDS="123,139, 139,149, 133,174, 142,197, 154,209, 174,216, 178,217, 176,267, 163,276, 133,267, 111,253, 96,238, 82,214, 74,183, 73,172, 85,173, 73,158, 84,124, 88,119" HREF="/solutions/bestpracticesconsulting.asp"><AREA SHAPE="poly" ALT="Integration Management" COORDS="272,126, 281,156, 281,171, 272,173, 282,185, 273,217, 259,239, 238,258, 211,271, 183,276, 179,275, 181,216, 201,209, 215,195, 222,173, 217,152, 218,147, 269,120" HREF="/solutions/integrationmanagement.asp"><AREA SHAPE="poly" ALT="On Demand Delivery Platform" COORDS="176,68, 178,77, 191,67, 225,78, 248,94, 264,112, 266,120, 214,148, 201,135, 181,128, 160,131, 146,141, 139,148, 88,117, 98,103, 104,96, 126,80, 158,69" HREF="/solutions/ondemanddeliveryplatform.asp"><AREA SHAPE="poly" ALT="Strategic Business Analytics" COORDS="50,133, 83,172, 73,174, 78,205, 90,230, 113,255, 137,269, 163,276, 162,280, 137,302, 162,327, 126,320, 93,304, 73,288, 55,269, 38,242, 25,204, 22,173, 11,173, 48,131" HREF="/solutions/strategicbusinessanalytics.asp"><AREA SHAPE="poly" ALT="Resource Management" COORDS="286,188, 309,212, 332,187, 331,206, 318,242, 302,268, 275,295, 245,313, 211,324, 183,327, 178,329, 176,338, 137,301, 178,267, 180,277, 216,270, 238,258, 252,246, 266,230, 279,201, 284,186" HREF="/solutions/resourcemanagement.asp"><AREA SHAPE="poly" ALT="Project Management" COORDS="233,25, 261,39, 285,57, 307,83, 321,109, 332,147, 336,171, 344,173, 308,212, 282,184, 273,171, 283,170, 276,134, 264,112, 252,98, 236,84, 209,71, 192,65, 218,41, 193,16" HREF="/solutions/projectmanagement.asp"><AREA SHAPE="poly" ALT="Time, Expense and Billing Management" COORDS="184,10, 218,42, 180,76, 177,75, 178,67, 144,72, 116,86, 96,105, 84,123, 73,157, 70,156, 46,132, 23,157, 28,125, 44,90, 62,66, 84,46, 112,30, 148,19, 178,16, 178,4" HREF="/solutions/timeexpensebillingmanagement.asp"></MAP><IMG SRC="/images/Map/product_overview_map.jpg" WIDTH=358 HEIGHT=400 BORDER=0 ALT="" USEMAP="#product_overview_map_Map"></div>');}