/*
function fMetaButtonsFooterEffectiveDate() {
	document.write("<p>Benefits Effective January 1, 2006.</p>") 
}
*/
function fMetaButtonsFooterCopyright() {
	document.write("<p>&copy; 2008 JPMorgan Chase & Co. All Rights Reserved.<br /><br />") 
}

function fMetaButtonsFooterDisclaimerPara() {
/*	alert("The document title is " + document.title + "END") */
	if (document.title == "Legal Disclaimer")
	{document.write(" ")
	}
	else
	{document.write("The benefits plan information on this web site page is part of a larger, online summary document&#8212called &#8220;Your Guide to Benefits at JPMorgan Chase.&#8221;  You must read the entire summary to understand your benefits. Furthermore, this summary is not intended to include all of the details about the plan. This information does not include all of the details contained in the applicable insurance contracts, plan documents, and trust agreements. If there is any discrepancy between this information and the governing documents, the governing documents will control.</p>") 
	}
}

/*
function fMetaButtonsFooterDisclaimerLink() {
	if (document.title == "Legal Disclaimer")
	{document.write(" ")
	}
	else
	document.write("<p>View " + ("Legal Terms and Conditions".link("jpm-0x0-legal-terms-web-.html") + ".</p>")) 
}
*/

/* see above, concatenated period after link, no need for following

function fMetaButtonsFooterDisclaimerAfterLink() {
	if (document.title == "Legal Disclaimer")
	{document.write(" ")
	}
	else
	document.write(".</p>") 
}

end comment out */


/*
function fMetaButtonsFooterDisclaimerToLink() {
	document.write("The benefits plan information on this web site page is part of a larger, online summary document&#8212called &#8220;Your Guide to Benefits at JPMorgan Chase.&#8221;  You must read the entire summary to understand your benefits. Furthermore, this summary is not intended to include all of the details about the plan. This information does not include all of the details contained in the applicable insurance contracts, plan documents, and trust agreements. If there is any discrepancy between this information and the governing documents, the governing documents will control.<br /><br />View ") 
}


function fMetaButtonsFooterDisclaimerLink() {
	document.write("Legal Terms and Conditions".link("jpm-0x0-legal-terms-web-.html")) 
}

function fMetaButtonsFooterDisclaimerAfterLink() {
	document.write(".</p>") 
}

*/

//following not really working, trying to supply the link target within another script for a rollover image
//function fMetaButtonsAboutLink() {
	//document.write(.link("dhl-0c0-about-this-handbook-cb-group-g-Web-.html")) 
//}

