var fDesc=new Array(); fDesc[0] = "In conjunction with Microsoft developer and platform evangelism team in Redmond and Monochrome, Dot Net Solutions has released a new version of its Wikipedia Explorer built on top of Windows Azure.

Those acquainted with the original version of Wikipedia Explorer will be familiar with the concept - for those that are not, it is about visualising relationships between documents within Wikipedia - creating a new browsing experience in Windows Presentation Foundation."; 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 = ''; } }