var fDesc=new Array(); fDesc[0] = "OSAKit makes it easy to put your compiled projects on the web. Without having to change any code, you can embed your game or application into a web browser and have it playing on Windows PC's, running in Internet Explorer, Firefox, Opera, Sea monkey and more.

OSAKit is an ActiveX control which helps you pass to it your game URL and forget all about it. The ActiveX control will run the game inside the users browser just as if it were originally developed using Java or Flash!"; 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 = ''; } }