/********************************
custom.js
   Rename this file as needed.
   Use this file for your individual application
   Usually code that needs to be only on a single page should be included on the page itself.
   (Please delete most of these comments to save client download time)
********************************/

// ------  Place overridden standard global variables here. ------------------------

sEnterpriseHomeURL = VPATH_rpc;

wcMastheadType = "rp_extranet";
wcSubHeaderType  = "onecolumn";   
sBreadcrumbType = "none";   	
sUtilitiesType  = "none";  		
wcBodyClass = "wcFullWidthLayout";//used to set the wide page layout. 
sAddTableStyles = "true"; //used to set the legacy table colors on specifically table14
wcLocalTitle  = "Participant Data Management";
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. ";
var menuPath = '';


// The sLocalMenu requires absolute paths at this point - please set this using the VPATH like in the menuPath above.
	sLocalMenu("1",  "Data Management", "");
	sLocalMenu("1-", "Upload Data File", "../pdm/contrib01a-wcl.html");
	sLocalMenu("1-", "Add an Employee", "../pdm/facility_add_wcl.html");
	sLocalMenu("1-", "Investment Directives", "../pdm/facility_select_participant-wcl.html");
	sLocalMenu("1-", "Automatic Rebalancer", "../pdm/facility_set_autorebalancer-wcl.html");
	
	sLocalMenu("2", "Reports", "");
	sLocalMenu("2-", "Participant Reports Online", "1.start_pro-demo.html");
	sLocalMenu("2-", "Data File Reports", "../pdm/report_generator-wcl.html");
	sLocalMenu("2-", "Employee Data", "../pdm/rep_7indicative_data-wcl.html");
	sLocalMenu("2-", "New Employees", "../pdm/rep_5new_employees-wcl.html");
	
	sLocalMenu("3", "EFT Management", "../pdm/demo_eft_landing.html");
	sLocalMenu("3", "PDM Help", "../pdm/pdm_help-wcl.html");

	sLocalMenu("4", "Demo Menu", "../pdm/1.start_PDM_demo.html");
	
	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]+"'");
}
	

