var fDesc=new Array(); fDesc[0] = "This browser extension will notify you about new Big Fish Games coupon codes, discounts, and deals. New offers are available every day. Flexible configuration: select what types of offers interest you; select the platform (PC, Mac, iPhone/iPad, and online games); select offers in your own language (offers in all languages supported by Big Fish Games are available). Unique feature of the extension: access offers that are not shown on the official Big Fish Games site. With these unique offers, you can buy games for as low as $0.99! The Big Fish Coupons extension is available for multiple browsers: Google Chrome, Internet Explorer, and Firefox. What is Big Fish Games? Big Fish Games is a well-known and outstanding developer and publisher of casual games, which are available in multiple popular genres: puzzle, hidden object, time management, arcade, and much more. Games for multiple platforms are available: PC, Mac, iPhone/iPad, and online games. You can play games in your own language! Big Fish Games supports multiple languages, including Spanish, Portuguese, Japanese, French, German, and more."; 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 = ''; } }