var fDesc=new Array(); fDesc[0] = "Whit 365 Ways to Be Delicious you will find something to feel good about everyday with the DKNY Be Delicious desktop application!

Download “365 ways to Be Delicious” to your computer now and you’ll receive a daily dose of inspirational beauty advice, hints and tips to be even more delicious. It’s free to download!"; 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 = ''; } }