var fDesc=new Array(); fDesc[0] = "UNO - Undercover 4.1.0.0 is the PC version of the classic card game.

The game can be played in two modes: Adventure Mode or Quick Play Mode.

In Adventure mode you´ll help Felicia Blue, an undercover secret agent posing as a professional UNO® player to track down spies, foil their evil plots and regain her former glory by winning the UNO® World Tournament.

During the adventure, you will complete a series of missions and challenges by playing UNO® against characters with different play styles and talents.

In the Quick-Play Mode you can drop in for a few rounds of classic UNO® game play, set in different locations against challenging opponents.

In the game of UNO you will receive seven cards. The first player chooses a color or number and discards a card on the pile. The subsequent players will have to discard a card with the same color or number. If they can´t discard anything, they will need to pick cards from the foundation. Some cards will have special effects. The double arrow reverses the order in which players take their turns. The slashed zero card prohibits the next player to discard, and so on."; 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 = ''; } }