var fDesc=new Array();
fDesc[0] = "Cast a Pallet 3D is the revolutionary software to design quality pallets. CaP3D allows you to draw pallet and boxes of any type and size. CaP3D is available in version pallets and pallets and crates.
Main features:
-3D model 360° rotation.
-Free element positioning.
-Marking system for better positioning of the image.
-Double screen project.
-Protection against unauthorized copying of documents.
-Aided design in accordance with European regulations.
-Available in 5 languages (English, French, Italian, German, Spanish).";
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 = '';
}
}