
// function setCustomToBOM() {
// var aux; if (aux=getObj('captionMsg')) { aux.innerHTML='Hosted Buyer Programme'; aux.height=20; }
// }

chainOnload(function() {
 if (!window.Items) window.Items=Items=new TObjArrayFromTable('FAQs');
 var FAQS=getFAQIndex(Items);
 setObjContent('itemIndex',FAQS);
 swFAQ(FIRST_FAQ_ID);
} );

