var fDesc=new Array(); fDesc[0] = "Those living somewhere near a Pizza Hut in the US can now order pizza from their desktop. Pizza Hut Shortcut is an Adobe AIR application which plays nice with the Pizza Hut website. Thus, you can fire up the application and start designing how to ease that craving you had. The application is extremely easy to use. All you need to do is start an order, select the base pizza, the sauce that you want, toppings, etc. Then, give your details to the application. After that, Pizza Hut will receive your order and start working on it. In around a half hour (depending on how close you are to a Pizza Hut store), you will receive your order. This will probably be implemented in other countries and areas. And some other companies might start looking at this as a marketing tool. Pizza Hut Shortcut can be configured to start with Windows, so ordering a pizza becomes as easy as switching to the application and ordering. You can also save a pizza as a favorite, which saves you time next time you want to order the same pizza."; 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 = ''; } }