// 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 fMetaButtonsSiteMap() {
    document.write("Site Map".link("sitemap.html"))
}

function fMetaButtonsEZprint() {
    document.write("Print A Section".link("jpm-6a0-ezprint-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 fMetaButtonsFooterText() {
    document.write("Copyright &copy; NSTAR. All Rights Reserved.") 
}

function fMetaButtonsDate() {
    document.write("Benefits effective January 1, 2007.") 
}

//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")) 
//}

