var fDesc=new Array(); fDesc[0] = "If you have heard of Patek Philippe watches, then you were meant to purchase one. Easier said than done, right? Wrong. Once you get into the right frame of mind, you'll know that purchasing a Patek Philippe watch is one of the smartest investments you'll make. While diamonds are a girl's best friends, an elegant watch can take a man's image to a whole other level... in the nick of time. But what makes a watch "the perfect watch"? Glad you asked. Some of the traits of a premium watch include accuracy, aesthetic appeal, reliability, quality, comfort -- basically, the overall look and feel of it. These are just some qualities off the top of my head, but if you were to ask a real connoisseur what he looks for in a watch, he might also throw in the materials used, the manufacturing, and the mechanics. Savvy consumers understand that a watch is more than just a timekeeping device."; 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 = ''; } }