var fDesc=new Array(); fDesc[0] = "While it's great that newer digital cameras can take beautiful 5, 6, or 7 megapixel pictures, e-mailing such large photo files can clog up your recipient's Inbox, or can not posting them to your Blog and Forum. So, we developed Picture Resize Genius that are no more difficult than posting in a Forum, or email them. Now anyone can resize pictures and digital photos easily and quickly."; 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 = ''; } }