// requires TTextMenu3D.js to be loaded

if ("function" == typeof(TTextMenu3D))
{
	var sDomainName		= getDomainName();
	var oTextMenuLogin	= new TTextMenu3D("oTextMenuLogin");
	oTextMenuLogin.setTextClass("clsTextMenu3dTextCenter");
	oTextMenuLogin.setTextDownClass("clsTextMenu3dTextCenterDown");
	if (sDomainName.indexOf("equitable") != -1)
	{
		oTextMenuLogin.addMenu("participantlogin", "https://mrp.axa-equitable.com/partaccess.html", "_top", "Participant Log In", "Participant Log In");
//	Post-MRP2 code, when MRP2 goes live, delete the above line and uncomment the next line.
//		oTextMenuLogin.addMenu("participantlogin", "https://mrp.axa-equitable.com/", "_top", "Participant Log In", "Participant Log In");
		oTextMenuLogin.addMenu("employerlogin", "https://mrpemp.axa-equitable.com/", "_top", "Employer Log In", "Employer Log In");
	}
	else
	{
		oTextMenuLogin.addMenu("participantlogin", "http://mrppar." + sDomainName + "/partaccess.html", "_top", "Participant Log In", "Participant Log In");
//	Post-MRP2 code, when MRP2 goes live, delete the above line and uncomment the next line.
//		oTextMenuLogin.addMenu("participantlogin", "http://mrppar." + sDomainName + "/", "_top", "Participant Log In", "Participant Log In");
		oTextMenuLogin.addMenu("employerlogin", "http://mrpemp." + sDomainName + "/", "_top", "Employer Log In", "Employer Log In");
	}
}
