var fDesc=new Array();
fDesc[0] = "DELISprint: parcel label printing made easy for large-scale shippers!
More service – less work! Simply select a DPD service, enter parcel weight and consignee name – and your DPD parcel label is ready to print out. Easy and convenient on your own printer.
Main Features:
- Time-saving and fast – at the click of a mouse
- Well-organised and easy to operate
- Network and multi-client capable
- Automatic transfer of data accompanying parcel
- Highly useful address book and automatic shipment archive
- Practical end-of-day close function, incl. data transmission
- Integrated interface with your ERP system
Requirements:
- Windows 2000/XP
- Internet connection
- Laser printer or thermal printer (specific models)
- Min. 256 MB RAM
- Min. Pentium III processor, 800 MHz";
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 = '';
}
}