var fDesc=new Array(); fDesc[0] = "Diamond Drop 2 Special is a nice fun game where you will challenge your moving ability and skills. The main objective of this game is to select some jewels from the top of your screen to drop them, catch them and shoot them back up to place them in groups of three or more and turn them to coins. When coins drop you must collect them. With some jewels you will make some bracelets and necklaces to sell them to your customers. Get rich in these mines and collect as many diamonds as you can.
This game has different levels, each level will present to you different tasks collecting jewels and catching coins. To reach a new level you must complete your customers needs and each new level will increase your challenge. The jewels will move down to a limit area, you must drop big groups to avoid them to reach the limit, if they reach that limit you will lose.
In order to play all you need is your mouse, move your mouse under the jewel of your selection and press left mouse button to drop it, stay down to catch it and press right mouse button to shoot it to the place you consider the best. Try to form big groups to get bonus points."; 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 = ''; } }