

function getLink()
	{
		backLink = "javascript:history.go(-2)"
		window.location = backLink;
	}


function msieversion()
   {
	  var ua = window.navigator.userAgent
	  var msie = ua.indexOf ( "MSIE " )

	  if ( msie > 0 )
		{
			// If Internet Explorer, return version number
			return parseInt (ua.substring (msie+5, ua.indexOf (".", msie )));
		}
	  else
		{
			// If another browser, return an outrageous verison number
			 return 30
		}
   }


if(document.URL.indexOf("Print") <= 0)
	{	

		var intVersion;
		intVersion = msieversion();
			
		if (intVersion <= 6 )
			{	
				//For IE 6! and earlier!!
				InsideTable='<table style="z-index:1000;" width="110px" height="100px" border="0" cellpadding="0" cellspacing="0"><tr style="padding-bottom:5px;"><td><a href="SignUp.asp" onMouseOver="window.status = \'Subscribe to The Retention Monthly\'; return true;" onMouseOut="window.status = \'\'; return true;"><img src="/Images/Blank.gif" style="width: 60px; height: 40px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'images/SignUp.png\', sizingMethod=\'scale\')"  border="0" class="pngGeneric" /></a></td></tr></table>';	
			}
		else
			{
				InsideTable='<table style="z-index:1000;" width="110px" height="100px" border="0" cellpadding="0" cellspacing="0"><tr style="padding-bottom:5px;"><td><a href="SignUp.asp" onMouseOver="window.status = \'Subscribe to The Retention Monthly\'; return true;" onMouseOut="window.status = \'\'; return true;"><img class="imgSignup" src="images/SignUp.png" alt="Subscribe to The Retention Monthly" title="Subscribe to The Retention Monthly" /></a></td></tr></table>';
								
			}
		document.write('<div id="floatLinkers" name="floatLinkers" style="z-index:999;position:absolute;width:110px;height:100px;left:0px;top:0px;">'+InsideTable+'</div>');
		var target_x = -128;
		var target_y = -120;
		var has_inner = typeof(window.innerWidth) == 'number';
		var has_element = document.documentElement && document.documentElement.clientWidth;
		var fm_id='floatLinkers';
		var floating_menu =(document.getElementById)?document.getElementById(fm_id):document.all?document.all[fm_id]:document.layers[fm_id];
		var fm_shift_x, fm_shift_y, fm_next_x, fm_next_y;
	}
	
	
	function move_menu()
		{
			if (document.layers)
				{
					floating_menu.left = fm_next_x;
					floating_menu.top  = fm_next_y;
				}
			else
				{
					floating_menu.style.left = fm_next_x + 'px';
					floating_menu.style.top  = fm_next_y + 'px';
				}
		}
			
	function compute_shifts()
		{
			fm_shift_x = has_inner
				? pageXOffset
				: has_element
				  ? document.documentElement.scrollLeft
				  : document.body.scrollLeft;
			if (target_x < 0)
				fm_shift_x += has_inner
					? window.innerWidth
					: has_element
					  ? document.documentElement.clientWidth
					  : document.body.clientWidth;
		
			fm_shift_y = has_inner
				? pageYOffset
				: has_element
				  ? document.documentElement.scrollTop
				  : document.body.scrollTop;
			if (target_y < 0)
				fm_shift_y += has_inner
					? window.innerHeight
					: has_element
					  ? document.documentElement.clientHeight
					  : document.body.clientHeight;
		}
			
	function float_menu()
		{
			var step_x, step_y;
		
			compute_shifts();
		
			step_x = (fm_shift_x + target_x - fm_next_x) * .07;
			
			if (Math.abs(step_x) < .5) 
				step_x = fm_shift_x + target_x - fm_next_x;
		
			step_y = (fm_shift_y + target_y - fm_next_y) * .07;
			
			if (Math.abs(step_y) < .5) 	
				step_y = fm_shift_y + target_y - fm_next_y;
		
			if (Math.abs(step_x) > 0 || Math.abs(step_y) > 0)
				{
					fm_next_x += step_x;
					fm_next_y += step_y;
					move_menu();
				}
		
			setTimeout('float_menu()', 10);
		}
	
if(document.URL.indexOf("Print") <= 0)
	{	
		
		compute_shifts();
		if (document.layers)
			{
				// Netscape 4 cannot perform init move
				// when the page loads.
				fm_next_x = 0;
				fm_next_y = 0;
			}
		else
			{
				fm_next_x = fm_shift_x + target_x;
				fm_next_y = fm_shift_y + target_y;
				move_menu();
			}
		
		float_menu();
	}
//=======================================================================================================================================
//***************************************** End Floating Links ************************************************************************
//=========================================================================================================================================



//Consolidate Rollovers, make for better SEO
function triggerRoll(img, action)
	{
		MM_swapImage(img,'','images/MenuBar/'+img+'_Down.gif',1);		
	}


//Dreamweaver rollover stuff.
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}



