function noop() 
{
    return;
}

//variable used on support page for rendering links
//if PRODUCT_PAGE_ONLY is set, only Learn more link will appear on the support/details.jspf
//if entry doesn't exist no link will appear
//if there is a link to pdf both User's guide and Learn more will appear.
var PRODUCT_PAGE_ONLY = "product_page_only";
var hashProdUserManuals = {};
hashProdUserManuals["mvisualvoicemail"] = "mVisualVoiceMail User Manual.pdf";
hashProdUserManuals["mring"] = "mRing User Manual.pdf";
hashProdUserManuals["mvoice"] = "mVoice User Manual.pdf";
hashProdUserManuals["mtools"] = "mTools User Manual.pdf";
hashProdUserManuals["msafe"] = "mSafe User Manual.pdf";
hashProdUserManuals["mocean"] = "mOcean User Manual.pdf";
hashProdUserManuals["mrss"] = "mRSS User Manual.pdf";
//hashProdUserManuals["mdesktop"] = "mDesktop_UserManual.pdf";
hashProdUserManuals["mdesktop"] = PRODUCT_PAGE_ONLY;