//template.js

	sHeaderType = "default";  
	sBreadcrumbType = "none";   
	sSite = "sic";   	
   	sUtilitiesType= "none";
	sMastheadType = "sic";
	wcShowAcrobat="true";
	
	sLocalGraphic = "nm_logo.jpg";
	sLocalGraphicHeight = "100";
	sLocalGraphicWidth = "110";
	   

//wcl stuff:

//wcLocalMenu("1", "Benefits at a Glance", "http://www.standard.com/eforms/13279_645553.pdf");
wcLocalMenu("1", "Brochures", "#");
wcLocalMenu("1-", "Additional Life and AD&D Booklet", "/eforms/10391d_645553a.pdf");
wcLocalMenu("1-", "Beneficiary Financial Counseling", "/eforms/12936.pdf");
wcLocalMenu("1-", "MEDEX&reg;", "/eforms/12092w.pdf");

wcLocalMenu("2", "Certificate", "/eforms/13390_645553.pdf");

wcLocalMenu("3", "Forms", "#");
wcLocalMenu("3-", "Accelerated Benefits Application", "/eforms/6913_645553.pdf");
wcLocalMenu("3-", "Beneficiary Designation/Change", "/eforms/11210_645553.pdf");
wcLocalMenu("3-", "Life Portability Insurance Application", "/eforms/9178_645553.pdf");
wcLocalMenu("3-", "Life Insurance Benefits Application", "/eforms/1794_645553.pdf");
wcLocalMenu("3-", "Medical History Statement", "/eforms/9342_645553.pdf");
wcLocalMenu("3-", "Request for Group Life Conversion Materials", "/eforms/1598a_645553.pdf");
wcLocalMenu("3-", "Waiver of Premium Claim Packet", "/eforms/1284_645553.pdf");

wcLocalMenu("4", "Contacts", "contact.html");

function verify()
  {
  var r=confirm("Please note you are accessing a SPECIMEN certificate. It is for illustrative purposes only. It is not the final certificate. The State of New Mexico and Standard Insurance Company reserve the right to correct any errors or omissions or to make any other changes to this specimen in order to conform to the final agreed to terms of the group coverage.")
  if (r==true)
    {
    parent.location.href = "http://www.standard.com/eforms/13390_645553.pdf";
    }
  else
    {
    parent.location.href = "#";
    }
}

