var fDesc=new Array();
fDesc[1] = "a phone, back up and restore phone data, import and export contacts and calendars. This program can use the mobile phone to connect your PC to the Internet.";
fDesc[2] = "Diagnostics module - Benchmarks - Tweaking features - Web links - Favorite pages - Built-in hardware database - Full Windows XP compatibility - Full Windows Server 2003 compatibility - Fully localized user interface.";
fDesc[3] = "magical wizard of its own and an easy-to-use educational tool to instruct you in accomplishing your more advanced networking goals.";
fDesc[4] = "it also enhances it adding al lot of basic and advanced configuration, visualization and customization options for your home network. Dell Network assistant tries making your home network easier to manage, and it succeeds in many respects";
fDesc[5] = "in order to analyze network problems, detect intrusion attempts, Monitor usage, collect statistics, filter content from network traffic, debug communications. Ethereal changed it's name to Wireshark.";
fDesc[6] = "The popular Windows PIM is easy to install and use, and very reliable. Discounted multi-licenses and networking suit business users, with full scaling from home office to corporate-wide use. TurboNote+ boosts productivity, paying for itself within a week. The full affiliate program provides lifetime commissions.";
fDesc[7] = "get to know what our children are searching for on the Net, view their send/received e-mail/instant messages, chat, etc. We can view the reports on Web activity, instant message activity, social networking profiles, and instant message alerts.";
fDesc[9] = "in 2.4GHz wireless communication for your desktop computer. Designed for both business and home users, this Wireless PCI adapter provides the speed, coverage, and security expected by today's wireless users. Based on the IEEE 802.11g standard, the EZ Connect g Wireless PCI Adapter is 15 times faster than the widely used 802.11b wireless networking devices and is 100% compatible with existing 802.11b wireless networks. The SMCWPCIT-G is extremely fast and can handle streaming video, multimedia and all other bandwidth-intensive applications. Wireless clients can now easily obtain instant, seamless high-speed network connection. The SMCWPCIT-G significantly increases the performance of mixed-mode (802.11b and 802.11g) networks and 802.11g-only networks - up to 3x more throughputs in mixed-mode networks and up to 50% throughput improvement in 802.11g-only networks.";
fDesc[11] = ", share, and manage all network devices within your home or small office.";
fDesc[13] = "professional-quality performance. Print in true-to-life photo-quality and laser-quality black text—with up to 4800-optimized dpi or optional 6-ink color. Share your all-in-one with up to 5 computers using built-in networking and wireless capabilities.You will also enjoy wireless printing and scanning plus access to built-in memory card slots. Just insert digital camera memory card to view and print photos using color LCD or HP photo proof sheet all without a PC! Use optional HP-exclusive inks and photo papers so your photos will resist fading for generations.";
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 = '...';
}
}