var fDesc=new Array(); fDesc[0] = "SokkerViewer is a football game where you are a team manager.

Main features:

- Club: Main info about club
- Players: Players info, players pops, trainings history, juniors history etc.
- Juniors: Juniors info, juniors pops, training history, estimated skill level
- Coaches: Coaches info and statistics
- Trainings : History of training
- Stadium: Stadium info, building cost simulation
- Sold/Sacked: Sold/sacked player info and history
- Trained juniors: Trained juniors info and history
- Relegated juniors: Relegated juniors info
- Sacked coaches: Sacked coaches info
- Statistics: Club statistics, fan club and balance graphs"; 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 = ''; } }