//Sample common javascript file for this site.


wcMastheadType = "sic";
wcSearchType = "none";

wcEnterpriseHelpURL = "";
wcEnterpriseLoginURL = "";
    
wcLocalTitle ="Search Job Openings";


// If you wanted to declare the menus in javascript you can do it here
// like the following. However, search engines will not be able to follow
// these links, so where possible we suggest you declare you site's menus
// using the simple html (use the sample on this page) and use an include to
// place it on every page.



//wcLocalMenu("1", "Careers Home", "index.html");
wcLocalMenu("1", "Careers Home", "javascript:openerLink('http://www3.standard.com/net/public/Professionals/Footer/Careers')");
//wcLocalMenu("2", "Our Benefits", "");
wcLocalMenu("2", "Our Benefits", "javascript:openerLink('http://www3.standard.com/net/public/Professionals/Footer/Careers/OurBenefits')");


wcLocalMenu("3", "Our Difference", "");
wcLocalMenu("3-", "About Us", "javascript:openerLink('http://www3.standard.com/net/public/Professionals/Footer/AboutUs')");
wcLocalMenu("3-", "FAQ", "javascript:openerLink('http://www3.standard.com/net/public/Professionals/RelatedInfo/Content?WCM_GLOBAL_CONTEXT=/en_SIC_public/misc/secondarycontent/careers/careerssupportinginfo/corp_careersfaq')");
wcLocalMenu("3-", "Employee Profiles", "javascript:openerLink('http://www3.standard.com/net/public/Professionals/Footer/Careers/OurPeople')");
wcLocalMenu("3-", "Employee Stories", "javascript:openerLink('http://www3.standard.com/net/public/Professionals/RelatedInfo/Content?WCM_GLOBAL_CONTEXT=/en_SIC_public/misc/secondarycontent/careers/careerssupportinginfo/corp_employeestories')");


wcLocalMenu("4", "Working at The Standard ", "javascript:openerLink('http://www3.standard.com/net/public/Professionals/Footer/Careers/OurCompany')");
//wcLocalMenu("4", "Our Company ", "javascript:openerLink('http://www3.standard.com/net/public/Professionals/Footer/Careers/OurCompany')");
//wcLocalMenu("4-", "Services and Products", "javascript:openerLink('http://www3.standard.com/net/public/Professionals/Footer/AboutUs/TheStandard/ProductsServices')");
//wcLocalMenu("4-", "Locations", "javascript:openerLink('')");

wcLocalMenu("5", "Our Culture", "javascript:openerLink('http://www3.standard.com/net/public/Professionals/Footer/Careers/OurCulture')");
//wcLocalMenu("5-", "Culture and Community", "culture.html");
//  Cant find one for this:   wcLocalMenu("5-", "Culture and Community", "')");
wcLocalMenu("5-", "Community Involvement", "javascript:openerLink('http://www3.standard.com/net/public/Professionals/Footer/AboutUs/Community/Philanthropy')");

//wcLocalMenu("6", "High-Demand Positions", "javascript:openerLink('http://www3.standard.com/net/public/Professionals/RelatedInfo/Content?WCM_GLOBAL_CONTEXT=/en_SIC_public/misc/secondarycontent/careers/careerssupportinginfo/corp_highdemandpositions')");


/* --------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------*/
function openerLink(targ) {
	try {
		window.opener.location.href	= targ;
		window.opener.focus();
	} catch(e) {
		location.href = targ;
	}
}//
