		
//		sMastheadType = "wing";
//        sBreadcrumbType = "none";
 //       sUtilitiesType = "none";        
        //sSubHeaderType = "wing";  //puts graphic half-way into into leftnav.
		//sSubHeaderType = "onecolumn";
        //sPageTitle  ="";
        //sPageSubtitle ="";
		sLocalTitle  = "Customer Services";
        //sLocalGraphic = "/services/cust_serv.gif";
			//sLocalGraphicHeight = "35";
			//sLocalGraphicWidth = "333";
        
		wcLocalMenu("1", "Customer Services", "/services/index.html");
		wcLocalMenu("2", "Benefits for Business", "/benefits/index.html");	
		wcLocalMenu("3", "Personal Planning", "/personal/index.html");	
		wcLocalMenu("4", "Producer Focus", "/producer/index.html");


	sSubLocalMenu("1","<h2>The Standard Connection</h2>","https://connection.standard.com/");
	sSubLocalMenu("2","<h2>Dental Services</h2>","/services/index.html");	
	//sSubLocalMenu("2-1","Login to View Benefits Information or Claim Status","javascript:claimPopup('transaction=tran0045&connectionid=xxxxxxxx&login=group/\standardmemid.htt&formid=w&look=popup_report')"); 
	
//	sSubLocalMenu("2-1","Login to View Benefits Information or Claim Status","javascript:window.open('https://wf.employeebenefitservice.com/dental/?app=content&pres=standard', 'Portal', 'resizable=yes,toolbar=yes,scrollbars=no,height=550,width=750')");
	//sSubLocalMenu("2-1","View Benefits Information or Claim Status","javascript:dentalPopup()");
	//sSubLocalMenu("2-2","Obtain Claim Form","/eforms/3943.pdf");	
	//sSubLocalMenu("2-3","Research PPO Providers","/services/ppo_providers.html");
	
	sSubLocalMenu("3","HIPAA Notice of Privacy Practices","/eforms/11276.pdf");
	
	sSubLocalMenu("4","<strong>Request Service</strong>","/services/request_service.html");
	sSubLocalMenu("5","<h2>Retirement Planning Center</h2>",VPATH_rpc + "index.html");
	
	
//<a href="javascript:dentalPopup()">dental link</a>	
function claimPopup(URLstr) {	
	var base = "http://homedev.standard.com/dev/jlyford/ameritas/login.html?";
	//var base = "https://wwwdev.standard.com/services/dental-service.html?";
	URLstr = base + URLstr;
	var popup = window.open(URLstr,"claimWin", "left=20,top=20,scrollbars,resizable,width=720,height=385,status,toolbar,menubar");  //removed "location"
	popup.focus();
}	

function ppoWin(ppourl) {
	var p = window.open(ppourl,"","","");
}

function leaving(nb, nv) {
val = 20;
        var tp = "top=" + val;
        var lft = "left=" + val;
        var str = "height=400,width=680,status=yes,toolbar=yes,menubar=yes,resizable=yes,location=yes," + tp + "," + lft;
        pdfWindow = window.open("",val,str); 
                pdfWindow.document.writeln('<title>' + nb + '</title>');
                pdfWindow.document.writeln('<frameset rows="90,*">');
                pdfWindow.document.writeln('<frame name="wrn" src="popup.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="1" noresize>');
                pdfWindow.document.writeln('<frame name="frm" src="' + nv + '" marginwidth="5" marginheight="0" scrolling="auto" frameborder="0">');
                pdfWindow.document.writeln('</frameset>');
val = val + 20;
}	

function dentalPopup() {
	window.open('https:\/\/wf.employeebenefitservice.com/dental/?app=content&pres=standard', 'Portal', 'resizable,toolbar,height=550,width=750')
}//
