var fDesc=new Array();
fDesc[0] = "Create your own every personalized clocks including Wall Clocks and CD Clocks.
Key Features:
- Create unique personalised clocks for friends & family or even start your own business!
- Add your own custom clock sizes
- Create & design wall clocks, cd clocks many more!
- Supports standard paper or our Pre-Cut Paper - simply print, peel & insert!
- Supports Direct CD/DVD Printing for EPSON and CANON CD/DVD Printers, ideal for CD Clocks. Also supports Avery, DECAdry, Neato & PressIt CD/DVD Labels
- Supports sublimation
- Download additional backgrounds & formats for FREE
- Import your own photographs
- Add custom text in ANY font, ANY style, ANY colour and ANY size.
- Easily select from 100,000's of styles & digits for your clock faces";
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 = '';
}
}