function printpage(divId, url) {
	w=window.open('','newwin')

	var mainpagetext = document.getElementById(divId).innerHTML;
	var footer;
	footer = '<div style="font-family:Arial, Helvetica, Sans-Serif; font-size: 12px; text-align: left;"><p><hr color="#cccccc">Thrivent Financial for Lutherans, Appleton, WI 54919-0001, is authorized to conduct business in all 50 states and the District of Columbia. NAIC # 2938-56014. Products issued by Thrivent Financial for Lutherans are available to applicants who meet membership, insurability, U.S. citizenship and residency requirements. Not all products described are available in all states. Thrivent Financial representatives are licensed insurance agents. Insurance and retirement products, where available, are individual contracts, (not group coverage), and issued by Thrivent Financial for Lutherans. Investment products are offered through Thrivent Investment Management Inc., 625 Fourth Ave. S., Minneapolis, MN 55415-1665, a wholly owned subsidiary of Thrivent Financial for Lutherans. Member FINRA. Member SIPC. Thrivent Mutual Funds are advised by Thrivent Asset Management, LLC, an indirectly owned subsidiary of Thrivent Financial for Lutherans. Thrivent Financial representatives are registered representatives of Thrivent Investment Management Inc.</p><p><b>Bank products and trust services are offered through Thrivent Financial Bank, 2000 E. Milestone Dr., Appleton, WI 54919-0006 (Member FDIC, Equal Housing Lender), a wholly owned subsidiary of Thrivent Financial for Lutherans. Insurance, investment products, securities, trust, and investment management services and accounts are not deposits, are not FDIC insured, are not insured by any federal government agency, and are not guaranteed by Thrivent Financial Bank. Variable insurance contracts, investment products, trust, and investment management accounts may go down in value.</b></p><P><b>&copy;1995-2008 Thrivent Financial for Lutherans</b></div>'
 
	w.document.write('<html><head><LINK rel="stylesheet" type="text/css" href="/includes/content.css"/><LINK rel="stylesheet" type="text/css" href="/includes/print.css"/></head><body><img src="/images/logo_thrivent_home.gif" alt="Thrivent Financial for Lutherans Logo"><P>'+mainpagetext+ footer + '<p style="clear: both; font-family:Arial, Helvetica, Sans-Serif; font-size: 12px; text-align: left;">This page printed from: ' + url + '</p>');

	w.document.write('</body></html>');
	
	w.focus()
//	w.document.close();
	w.print();
}


//popups.js for on-page popup links

//"Contact Us" pop up script. (for the box that opens on the page and without leaving the page when Contact Us is clicked.)

<!--
function HideContent(d) {
if(d.length < 1) { return; }
document.getElementById(d).style.display = "none";
}
function ShowContent(d) {
if(d.length < 1) { return; }
document.getElementById(d).style.display = "block";
}
function ReverseContentDisplay(d) {
if(d.length < 1) { return; }
if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; }
else { document.getElementById(d).style.display = "none"; }
}
//-->

// END Contact Us pop up script

//Pop up boxes script (for links that open pop-up boxes without leaving the page. These links have dotted underlines.)
 
 function showDiv(x)
  {
   if(x.length < 1) {return;}
   document.getElementById(x).style.display="block";
  }
  
  function hideDiv(x)
  {
   if(x.length < 1) {return;}
   document.getElementById(x).style.display="none";
  }
  
  function getposOffset(overlay, offsettype){
var totaloffset=(offsettype=="left")? overlay.offsetLeft : overlay.offsetTop;
var parentEl=overlay.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}
function overlay(curobj, subobj){
if (document.getElementById){
var subobj=document.getElementById(subobj)
subobj.style.left=getposOffset(curobj, "left")+"px"
subobj.style.top=getposOffset(curobj, "top")+"px"
subobj.style.display="block"
return false
}
else
return true
}
function overlayclose(subobj){
document.getElementById(subobj).style.display="none"
}

var state = 'none';

function showhide(layer_ref) {

if (state == 'block') {
state = 'none';
}
else {
state = 'block';
}
if (document.getElementById &&!document.all) {
hza = document.getElementById(layer_ref);
hza.style.display = state;
}
} 

// END pop up boxes script


		<!--Tableless Top Nav js-->
		
<!--//--><![CDATA[//><!--
		
			sfHover = function() {
				var sfEls = document.getElementById("topnavlinks").getElementsByTagName("LI");
				for (var i=0; i<sfEls.length; i++) {
					sfEls[i].onmouseover=function() {
						this.className+=" sfhover";
					}
					sfEls[i].onmouseout=function() {
						this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
					}
				}
			}
			if (window.attachEvent) window.attachEvent("onload", sfHover);
		
		//--><!]]>
		
		<!-- END TTN js-->
	
// Login select dropdown deleted.. not needed for Thrivent Builds