var fDesc=new Array(); fDesc[0] = "Jigs@w Puzzle Promo Creator is the new software developed by Tibo Software intended to be used to promote web sites, services and products with customized jigsaw puzzles. Jigs@w Puzzle Promo Creator works as a wizard that helps you to create your own promotional jigsaw puzzle games in a fast and easy way. Promotional Jigs@w Puzzles are small executable files that, once you run it, a playing field is displayed in the lower part of the screen and your advertising banner or logo is displayed in the upper part of the screen. The software includes the option of making a link from the banner to your web site. The advertising banner can include animation so you can get a considerable amount of space to your presentation. Jigs@w Puzzle Promos are highly convenient, for example, to promote a new product or service; as a gift to customers, readers, employees, etc; to present your company; as a bonus to the product you offer, among many other uses. Jigs@w Puzzle Promo Creator is absolutely free and you can download it from the developer’s web site."; 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 = ''; } }