var fDesc=new Array(); fDesc[0] = "Blood Omnicide is a project to recreate of Blood Omen: Legacy Of Kain in 3D. Main goal is to save original game feel and provide nearly same gameplay and balance.
Second goal is to provide game SDK that is open for modifications and additions so Omnicide can be used as a base for expansion packs and mods created in the world of Blood Omen.

Main Features:
- Genre 'Hack & Slash'
- Written from scratch gameplay code that behaves like original one
- Original speech and dialogs
- Open Source gamecode and utilities"; 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 = ''; } }