 <!--
	// utility function to retrieve a future expiration date in proper format;// pass three integer parameters for the number of days, hours,// and minutes from now you want the cookie to expire; all three// parameters required, so use zeros where appropriatefunction getExpDate(days, hours, minutes) {    var expDate = new Date();    if (typeof days == "number" && typeof hours == "number" && typeof hours == "number") {        expDate.setDate(expDate.getDate() + parseInt(days));        expDate.setHours(expDate.getHours() + parseInt(hours));        expDate.setMinutes(expDate.getMinutes() + parseInt(minutes));        return expDate.toGMTString();    }}// utility function called by getCookie()function getCookieVal(offset) {    var endstr = document.cookie.indexOf (";", offset);    if (endstr == -1) {        endstr = document.cookie.length;    }    return unescape(document.cookie.substring(offset, endstr));}// primary function to retrieve cookie by namefunction getCookie(name) {    var arg = name + "=";    var alen = arg.length;    var clen = document.cookie.length;    var i = 0;    while (i < clen) {        var j = i + alen;        if (document.cookie.substring(i, j) == arg) {            return getCookieVal(j);        }        i = document.cookie.indexOf(" ", i) + 1;        if (i == 0) break;     }    return null;}// store cookie value with optional details as neededfunction setCookie(name, value, expires, path, domain, secure) {    document.cookie = name + "=" + escape (value) +        ((expires) ? "; expires=" + expires : "") +        ((path) ? "; path=" + path : "") +        ((domain) ? "; domain=" + domain : "") +        ((secure) ? "; secure" : "");}// remove the cookie by setting ancient expiration datefunction deleteCookie(name,path,domain) {    if (getCookie(name)) {        document.cookie = name + "=" +            ((path) ? "; path=" + path : "") +            ((domain) ? "; domain=" + domain : "") +            "; expires=Thu, 01-Jan-70 00:00:01 GMT";    }}
	// this code is used to determine if the user has seen the flash intro yet
	// if they have, just show them the basic animation
	var cookie_name = 'FLASH_INTRO';
	var selection = 'intro';
	if(getCookie(cookie_name) != null)
		selection = 'home';
	else
		setCookie(cookie_name, 'true', getExpDate(30, 0, 0));
		
    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(' <div id="flash"> ');
            document.write(' <table cellSpacing="0" cellPadding="0" width="740" align="center" border="0"> ');
            document.write(' <tr> ');
            document.write(' <td> ' 
						 +	'<OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version%3D5,0,0,0" height="170" width="740" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" VIEWASTEXT>'
						 +	'<PARAM NAME="_cx" VALUE="19579">'
						 +	'<PARAM NAME="_cy" VALUE="4498">'
						 +  '<PARAM NAME="FlashVars" VALUE="19579">'
						 +  '<PARAM NAME="Movie" VALUE="flash/continuum.swf?selection=' + selection + '">'
						 +	'<PARAM NAME="Src" VALUE="flash/continuum.swf?selection=' + selection + '">'
						 +  '<PARAM NAME="WMode" VALUE="Window">'
						 +	'<PARAM NAME="Play" VALUE="-1">'
						 +  '<PARAM NAME="Loop" VALUE="-1">'
						 +  '<PARAM NAME="Quality" VALUE="High">'
						 +  '<PARAM NAME="SAlign" VALUE="">'
						 +  '<PARAM NAME="Menu" VALUE="-1">'
						 +  '<PARAM NAME="Base" VALUE="">'
						 +  '<PARAM NAME="AllowScriptAccess" VALUE="always">'
						 +  '<PARAM NAME="Scale" VALUE="ShowAll">'
						 +  '<PARAM NAME="DeviceFont" VALUE="0">'
						 +  '<PARAM NAME="EmbedMovie" VALUE="0">'
						 +  '<PARAM NAME="BGColor" VALUE="">'
						 +  '<PARAM NAME="SWRemote" VALUE="">'
						 +  '<!-- BUG: the embed tag is invalid in XHTML, but the flash is invisible in without it -->'
						 +  '<embed src="flash/continuum.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="740" height="170" />'
						 +  '</OBJECT>'
						 +  ' </td> ');
            document.write(' </tr> ');
            document.write(' <tr> ');
            document.write(' <td><IMG height="1" alt="" src="images/spacer.gif" width="10"></td> ');
            document.write(' </tr> ');
            document.write(' </table> ');
            document.write(' </div> ');

    } else{
    
    
        document.write(' <table width="740" height="170" border="0" cellspacing="0" cellpadding="0" align="center"> ');
        document.write(' <tr> ');
        document.write(' <td><img src="images/message_ic.gif" name="message" width="246" height="152" id="message"><img src="images/lobby.jpg" width="494" height="152"></td> ');
        document.write(' </tr> ');
        document.write(' <tr> ');
        document.write(' <td><img src="images/block_ic_on.gif" alt="Innovation Continuum" name="ic" width="41" height="18" border="0"><a href="javascript:openWindow(\'\ic_innovation_is.aspx\',\'ic\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=740,height=170\')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'message\',\'\',\'images/message_innovation.gif\',\'ic\',\'\',\'images/block_ic_off.gif\',\'innovation\',\'\',\'images/block_innovation_on.gif\',\'label\',\'\',\'images/label_innovation.gif\',1)"><img src="images/block_innovation_off.gif" name="innovation" width="41" height="18" border="0"></a><a href="javascript:openWindow(\'\ic_vision.aspx\',\'ic\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=740,height=170\')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'message\',\'\',\'images/message_vision.gif\',\'ic\',\'\',\'images/block_ic_off.gif\',\'vision\',\'\',\'images/block_vision_on.gif\',\'label\',\'\',\'images/label_vision.gif\',1)"><img src="images/block_vision_off.gif" name="vision" width="41" height="18" border="0"></a><a href="javascript:openWindow(\'\ic_recruiting.aspx\',\'ic\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=740,height=170\')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'message\',\'\',\'images/message_recruits.gif\',\'ic\',\'\',\'images/block_ic_off.gif\',\'recruits\',\'\',\'images/block_recruits_on.gif\',\'label\',\'\',\'images/label_recruits.gif\',1)"><img src="images/block_recruits_off.gif" name="recruits" width="41" height="18" border="0"></a><a href="javascript:openWindow(\'\ic_history.aspx\',\'ic\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=740,height=170\')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'message\',\'\',\'images/message_history.gif\',\'ic\',\'\',\'images/block_ic_off.gif\',\'history\',\'\',\'images/block_history_on.gif\',\'label\',\'\',\'images/label_history.gif\',1)"><img src="images/block_history_off.gif" name="history" width="41" height="18" border="0"></a><a href="javascript:openWindow(\'\ic_tour.aspx\',\'ic\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=740,height=170\')" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'message\',\'\',\'images/message_tour.gif\',\'ic\',\'\',\'images/block_ic_off.gif\',\'tour\',\'\',\'images/block_tour_on.gif\',\'label\',\'\',\'images/label_tour.gif\',1)"><img src="images/block_tour_off.gif" name="tour" width="41" height="18" border="0"></a><img src="images/label_ic.gif" name="label" width="494" height="18" id="label"></td> ');
        document.write(' </tr> ');
        document.write(' </table> ');        
    }
    //-->
