	sEnterpriseHomeURL = VPATH_rpc;
	sEnterpriseServicesMenuURL = VPATH_deliver2 + "rpa/rpa.asp?actioncontext=gotoServicesMenu";

	sUtilitiesType = "none"; 
    sBreadcrumbType = "none";
    wcMastheadType = "extranet"; 		
	wcLocalTitle  = "Personal Savings Center";
	wcBodyClass =  "wcFullWidthLayout"; 
	wcFooterText = "Group variable annuity and group annuity contracts issued by Standard Insurance Company are distributed by StanCorp Equities, Inc., member NASD/SIPC, which may also provide brokerage services. Third party administrative services are provided by Standard Retirement Services, Inc. Investment advisory services are provided by StanCorp Investment Advisers, Inc, a registered investment advisor. Standard Insurance Company, StanCorp Equities, Inc., Standard Retirement Services, Inc., and StanCorp Investment Advisers, Inc. are subsidiaries of StanCorp Financial Group, Inc. and all are Oregon corporations. ";
	
 headerType = "participant"; 
			sLocalMenu("1", "Account", "");
			sLocalMenu("1-", "Summary", "welcome.html");
			sLocalMenu("1-", "Balance Detail", "balance_detail.html");
			sLocalMenu("1-", "Activity", "activity.html");
			sLocalMenu("1-", "Directives", "ch_directives.html");
			sLocalMenu("1-", "Pending Transactions", "pending.html");
			sLocalMenu("1-", "Loan", "loan.html");
			sLocalMenu("1-", "Portfolio Progression", "ap1.0.html");
					
			sLocalMenu("2", "Investments", "");
			sLocalMenu("2-", "Performance", "performance.html");
			sLocalMenu("2-", "Unit Values", "unit_values.html");
			sLocalMenu("2-", "Transfer Assets", "transfer.html");
			
			sLocalMenu("3", "Update Account", "");
			sLocalMenu("3-", "Change Directives", "ch_directives.html");
			sLocalMenu("3-", "Transfer Assets", "transfer.html");
			sLocalMenu("3-", "Automatic Rebalancer", "auto_rebalance.html");
			sLocalMenu("3-", "Change Deferrals", "ch_deferrals.html");
			sLocalMenu("3-", "Portfolio Progression", "ap1.0.html");
			//sLocalMenu("3-", "Change Address", "");//
			//sLocalMenu("3-", "Change Password", "");//
			//sLocalMenu("3-", "Change E-mail", "");//
     		
	
			sLocalMenu("4", "Enrollment", "");
			sLocalMenu("4-", "Enrollment", "enrollment.html");
			sLocalMenu("4-", "Retirement Planning Center", "http://retirement.standard.com/startrpc.html");
			sLocalMenu("4-", "Roll Over Your Funds", "rollover.html");
			sLocalMenu("4-", "Beneficiary", "beneficiary.html");
			
			
			sLocalMenu("5", "Get Info&nbsp;", "");
			sLocalMenu("5-", "Frequently Asked Questions", "faq.html");
			sLocalMenu("5-", "Glossary", "glossary.html");
			sLocalMenu("5-", "Contact Us", "contact_us.html");
			sLocalMenu("5-", "Site Map", "map.html");
			sLocalMenu("5-", "News", "newsarchive.html");

			

	function activateLoanFields(){
		if(document.forms[0].loanAmountOption[0].checked == true){
			document.forms[0].desiredLoanAmount.disabled = true;
			document.forms[0].desiredPaymentAmount.disabled = true;
			document.forms[0].loanTerm.select();
			document.forms[0].loanTerm.focus();
		}
		else if(document.forms[0].loanAmountOption[1].checked == true){
			document.forms[0].desiredLoanAmount.disabled = false;
			document.forms[0].desiredPaymentAmount.disabled = true;
			document.forms[0].desiredLoanAmount.select();
			document.forms[0].desiredLoanAmount.focus();
		}
		else if(document.forms[0].loanAmountOption[2].checked == true){
			document.forms[0].desiredLoanAmount.disabled = true;
			document.forms[0].desiredPaymentAmount.disabled = false;
			document.forms[0].desiredPaymentAmount.select()
			document.forms[0].desiredPaymentAmount.focus();
		}
		else {
			document.forms[0].loanAmountOption[0].checked = true;
			document.forms[0].desiredLoanAmount.disabled = true;
			document.forms[0].desiredPaymentAmount.disabled = true;
			document.forms[0].loanTerm.select();
			document.forms[0].loanTerm.focus();
		}
	}

	function activateAltAddress(){
		if(document.loanRequestInfo.mailingAddress.checked == true){
			document.loanRequestInfo.addressLine1.disabled = false;
			document.loanRequestInfo.addressLine2.disabled = false;
			document.loanRequestInfo.addressLine3.disabled = false;
			document.loanRequestInfo.city.disabled = false;
			document.loanRequestInfo.stateOrProv.disabled = false;
			document.loanRequestInfo.postalCode.disabled = false;
		}
		else {
			document.loanRequestInfo.addressLine1.disabled = true;
			document.loanRequestInfo.addressLine2.disabled = true;
			document.loanRequestInfo.addressLine3.disabled = true;
			document.loanRequestInfo.city.disabled = true;
			document.loanRequestInfo.stateOrProv.disabled = true;
			document.loanRequestInfo.postalCode.disabled = true;
			}
		
	}



	function activateAltDistribAddress(){
		if(document.distribReqSuppInfo.mailingAddress.checked == true){
			document.distribReqSuppInfo.addressLine1.disabled = false;
			document.distribReqSuppInfo.addressLine2.disabled = false;
			document.distribReqSuppInfo.addressLine3.disabled = false;
			document.distribReqSuppInfo.city.disabled = false;
			document.distribReqSuppInfo.stateOrProv.disabled = false;
			document.distribReqSuppInfo.postalCode.disabled = false;
		}
		else {
			document.distribReqSuppInfo.addressLine1.disabled = true;
			document.distribReqSuppInfo.addressLine2.disabled = true;
			document.distribReqSuppInfo.addressLine3.disabled = true;
			document.distribReqSuppInfo.city.disabled = true;
			document.distribReqSuppInfo.stateOrProv.disabled = true;
			document.distribReqSuppInfo.postalCode.disabled = true;
			}
		
	}

//Hide or display a div on the page.  Pass this true/false (no quotes) and the id of the div or span that you want hidden/displayed.//
function wcShow(onoff, objId) {
	var d = (onoff) ? "block" : "none" ;    
	var obj = document.getElementById(objId);
	obj.style.display = d;
	}
function noLinkHere(){

		alert("This is a demonstration site only, and does not\ninclude examples of our forms and documents.\n\nChoose 'OK' to close this message.");

		}



function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

