var fDesc=new Array(); fDesc[0] = "CBPF is a database program which helps retailers in their ordering through Diamond Comics Distributors.

Customer data is kept on computer along with each item they have ordered.

When items are received from Diamond, the retailer views a report showing which items were ordered by which customers.

This eliminates paper shuffling to determine who ordered what. It also eliminates the possibility of ordered items mistakenly being placed on the shelf.

CBPF also contains a database of past Previews Catalogs as reference to simplify finding items. The exact catalog, page number, and item code can be quickly located."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }