var fDesc=new Array(); fDesc[0] = "Hoyalog is a quick and reliable on-line solution which will increase your sales, satisfaction and loyalty of your customers.
Hoyalog helps you to reinforce your role of specialist, allows you to increase your figures and manages your orders in a simple and fast way.

The Hoyalog System enables you to communicate with the Hoya computer. It gives you direct access to the complete range of Hoya lenses, including stock information, enabling you to check availability and order your lenses on-line. This one-touch user friendly system also gives you up to the minute information about the status of your order."; 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 = ''; } }