var fDesc=new Array(); fDesc[0] = "The software produces a suitable-for-framing, 8 x 10-inch print commemorating the military service of a selected individual. Available and limited to all seven branches of the United States Armed Forces, including the Army, Navy, Air Force, Marine Corps, Coast Guard, Army National Guard and Air National Guard. Certificates for countries other than the United States is not available nor planned. With U.S. military patriotic fever at an all-time high, now is the time for this software. Now is the time for you to tap into this market. No one else is, that's for sure. Memorial Day, Veterans Day, Armed Forces Day, Independence Day; any day is a great day to honor our service men and women."; 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 = ''; } }