var fDesc=new Array(); fDesc[0] = "Daffy Studio Adventure is an adventure game for free. Get Daffy Duck through the studio sets using the catwalk. The ACME prop machine has gone haywaire, so watch out and don't stay still for too long or the stage weights might fall on you! Earn points and boost your bonus timer by collecting the clocks along the way. Get Daffy Duck through the studio sets using the catwalk. Keep on the path as you move around the skinni walkway. Levels start to get somewhat harder. move - arrow keys. jump - space bar."; 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 = ''; } }