var fDesc=new Array();
fDesc[0] = "Customized photo books bring competition solution to single prints are becoming an increasingly popular choice among group and events portraits customers. High-end albums is the fastest growing segment of photo book market. Navigating between Album pages and managing hundred of pictures is a time consuming process. Save time using the Event Album Maker, which allows you to compose individual pages and organize the Album creation process using handy and intuitive tools";
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 = '';
}
}