

	//wcEnterpriseMenuType= "none";
	sHeaderType = "default";  
	sBreadcrumbType = "none";   
	sSite = "sic";   
	sShowAcrobat = "true";	
   	sUtilitiesType= "none";
	sMastheadType = "sic";
	
	wcMh.searchType = "none";
	wcEnterpriseMenuType = "none";
	
	
	wcLocalGraphic = "wyoming_logo.gif";
	wcLocalGraphicHeight = "101";
	wcLocalGraphicWidth = "151";
	   


//wcl stuff:
wcLocalMenu("1", "Forms", "index.html");
wcLocalMenu("1-", "<strong>-To Apply for Coverage-</strong>", "#");
wcLocalMenu("1-", "Enrollment and Change Form", "/eforms/7533d_645750.pdf");
wcLocalMenu("1-", "Medical History Statement", "http://www.standard.com/mybenefits/mhs_ho.html");
wcLocalMenu("1-", "<strong>-To File A Claim-</strong>", "#");
wcLocalMenu("1-", "STD Claim Packet Only", "/eforms/2047_645750.pdf");
wcLocalMenu("1-", "LTD Claim Packet Only", "/eforms/3379_645750.pdf");
wcLocalMenu("1-", "STD with LTD insurance", "/eforms/2047_645750.pdf");

wcLocalMenu("2", "Booklet", "/eforms/10388d_645750.pdf");

wcLocalMenu("3", "Certificates", "#");
wcLocalMenu("3-", "STD Insurance Certificate - State of Wyoming", "/eforms/14003_645750.pdf");
wcLocalMenu("3-", "LTD Insurance Certificate - State of Wyoming", "/eforms/14004_645750.pdf");


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 New Mexico Retiree Health Care Authority 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 = "#";
    }
  else
    {
    parent.location.href = "#";
    }
}