var fDesc=new Array(); fDesc[0] = "Apptastic Software has partnered with Toys "R" Us to create a custom version of Speed-Quote.

Speed-Quote Toys "R" Us Edition allows vendors to create quote forms for Toys "R" Us divisions (International, U.S. domestic and import, TRU.COM, TRU.CA, Canada Setup, and UK) as well as sample tag forms.

Speed-Quote Toys "R" Us Edition includes the same easy-to-use interface and basic features of the industry leading Speed-Quote Enterprise Edition, but only includes quote forms specific to Toys "R" Us."; 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 = ''; } }