var fDesc=new Array(); fDesc[0] = "PetShop .Net Sample Application that demonstrates an enterprise architecture for building .NET Web Applications. The application can be used to compare to Sun Microsystem's J2EE Pet Store application across architecture, programming model, productivity, performance, scalability and reliability. The new .NET Pet Shop 3.0 incorporates community feedback with an improved architecture that follows Microsoft Prescriptive Architecture Guidelines, and will be benchmarked by the Middleware Company in June, 2003 to compare with several J2EE implementations of the same application. The new .NET PetShop 3.0 implements a Data Access Layer against both SQL Server 2000 and Oracle 9i backend databases."; 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 = ''; } }