var fDesc=new Array();
fDesc[0] = "Transform every desktop into an advertising surface today with Strayk wallpaper.
Strayk is a program that with a simple download, allows you to display a different image every day on the computer-desktops of your customers. You would therefore "publish" 365 images in one year associating a new wallpaper to each day.
A picture is worth a thousand words: you'll be able to promote every type of product, convey every type of emotion and transmit every type of message.
Strayk represents a new medium with a great communicative potential with the broad reach of internet users.
Strayk is a client-server system created to:
-change the wallpaper automatically every day
- send any kind of information to your customers' computers
(logos, messages, surveys, contests, links, etc.)";
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 = '';
}
}