// Functions to specify the set of buttons at top right (or elsewhere) for non-dropdown menus. Done with javascript to enable easier versioning.
//

// We should also define the width based on the length of the link text
//

function fMetaButtonsHandbookHome() {
	document.write("HANDBOOK HOME".link("index.html")) 
}

function fMetaButtonsAbout() {
	document.write("About This Guide".link("jpm-0b0-about-guide-web-.html")) 
}

function fMetaButtonsEZprint() {
	document.write("Print A Section".link("jpm-0q0-ezprint-eds-act-web-.html")) 
}

//fix following to work, want to get just the link -- NO, WON'T WORK, NEEDED TO BE STATIC
//function fMetaButtonsPrinterFriendly() {
//	document.write("Print This Page".link("#" onclick="handlePrinterFriendlyPopup('$GET_ATTR($PAGE;, PrinterFriendlyHtml);');")) //
//}

function fBannerVersionSAMPLE() {
	document.write("Version for full-time employees")
}

