var fDesc=new Array(); fDesc[0] = "Catalogue Muse will allow you to easily create product pictures and thumbnails, maintaining aspect ratio and allowing you to add yoru own overlay easily, giving your the oppotunity to create thumbnail and product pictures with you logo, that look especially clear but most importantly easy to use.

Save As has 5 new sizes. In addition to the 100x80 (catalog icon) and 400x320 sizes, are the 500x400, 160x220 (avatar picture), 300x220 (room picture), 350x350 (contest), and 500x500 (contest) sizes.

To help you position (pan and zoom) the picture for the avatar, room, and contest sizes, there are now 4 Overlay Masks, which can be found in My Documents as shown in the pictures above."; 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 = ''; } }