var fDesc=new Array(); fDesc[0] = "Background Maker is an inexpensive and very simple way to create designer backgrounds, as well as menus and professional full screen posters.

Designer quality screen backgrounds can be created in a few minutes. This application is ideal for people who don’t have the time or budget to create their own background artwork. The results help achieve maximum ‘wow’ factor from your digital signage network.

QuickChange Background Maker includes a portfolio of 101 professionally designed templates. Templates can easily be edited to include your own logo, images, colours and text to give results that look as good as if they had been created by a graphic designer. Background Artwork can be saved in industry standard formats (bmp, jpg) to be used with digital signage systems."; 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 = ''; } }