var fDesc=new Array();
fDesc[1] = "you if you use Firefox regularly. The looks are a bit different, but what makes this browser different is the integration of several social networking and multimedia sharing services.";
fDesc[2] = "of: a laptop supporting a wireless card of 802.11 b/g standard along with the Windows XP and Windows Vista - you can check the online status and location of friends and also find available hotspots anywhere around the world.";
fDesc[3] = "guess you can like it or not. There's not middle point here. TweetDeck installs on the Adobe AIR framework, which means that you can use it on any operative system that supports Adobe AIR.";
fDesc[5] = "can create a new one in http://twitter.com/. You can view and update your status; view the status from people that you added to follow up; send or receive direct messages; and view recent replies sent to you.";
fDesc[8] = "computers. The application allows you to tweet just like you would do it using the website. Simply by typing whatever you are doing at the bottom of the application and hitting enter will allow everyone following you to see what you are up to.";
fDesc[9] = "on Windows, Mac OS X and Linux computers. The application serves two basic purposes. The first one of them is to provide you with RSS feeds/news. Secondly, you can link it with your Facebook or Twitter account and you can get a number of alerts on your desktop.";
fDesc[10] = ", which allows the application to run under Windows, Mac OS X and Linux. Now, this is not your regular Twitter client. It is more of a Twitter search engine. With Sideline, you can search for specific keywords and find Twits that contain them.";
fDesc[12] = "supposed to be a media player that can display artwork and fancy visualizations and allows you to share what you are listening to with your friends on Twitter. However, SocialMediaPlayer is lacking at the core.";
fDesc[13] = "currently include Twitter, Jaiku, Tumblr, Friendfeed and Identi.ca. With this fantastic application you will save a lot of time since you will no longer have open the browser, login, write message, click post for each service.";
fDesc[14] = "business solutions is now a task anyone can accomplish with Iceberg's \"no code needed\" solution to virtually any application. With Iceberg, users can accomplish in hours what programmers might take months to do. Iceberg also performs better as a platform by automatically adding enterprise features including web services, permissions and workflow. Applications: Design House Project Manager. A project management application for any design or development agency. Manage projects, get intelligent estimates based on history, interact with clients, view charts. Plus this it is fully integrated with our first killer app - full email integration, get emails, send emails, create tasks by email – PLUS iceberg keeps track of all your emails on a project automatically. Bug Tracker Manage the full workflow for a helpdesk or service organization, with multiple levels and stages of workflow this is...";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}