var fDesc=new Array(); fDesc[0] = "Create huge optical illusions on sidewalks/floors using chalk, paint or other media. BSAsidewalk3D prints anamorphic images in grids for easy transfer to the surface of your choice. Creates flat, unprojected grids too for normal mural work.
- load your digital image into BSAsidewalk
- set the desired size & viewpoint
- print the projection grid
- use the grid to apply the projection to the target surface"; 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 = ''; } }