var fDesc=new Array();
fDesc[0] = "Take your favourite pictures from your PC/Laptop and bring them to life on a real canvas frame, just like the ones you see being done in the shopping centers, at a fraction of the price!!
It is really EASY:
Decide what picture you want to print
Insert our patented special page into your printer
Print it
Peel off the back of our page
Smooth it onto the pre-stretched canvas
That's it. It takes about 10 minutes!!";
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 = '';
}
}