var fDesc=new Array();
fDesc[0] = "The 2014 Tropical Fish Calendar Windows Theme is designed for those of you who love underwater photography, exotic tropical fish and other marine critters. This latest theme is a colorful collection of underwater photos taken from dive sites in Indonesia (Bali & Sulawesi), Malaysia (Borneo and Spratly Is.), Philippines (Anilao & Dumaguete), Fiji and San Diego.
There are 12 background images taken from our 2014 Tropical Fish Wall Calendar, which is available for purchase on fishcalendars.com. This high resolution Windows 7/8 Theme will fit on nearly all desktop and laptop screens running a Windows 7/8 operating system.";
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 = '';
}
}