var fDesc=new Array(); fDesc[0] = "Start enables you to create and manage user profiles on Windows desktops from virtually any server OS. Script Start Professional enables administrators to automate routine Windows desktop management tasks that might otherwise have to be done manually, with KiXtart, or with other complex scripting. Script Start leads the market in server platform support which includes Windows, Linux, SUSE, Red Hat, Mac, and Solaris. Script Start allows administrators to effortlessly map drives, install printers, configure Outlook settings and MAPI profiles, modify environment variables, adjust Internet proxy settings, configure RDP connections, publish applications via RDP, automatically customize client machines, and more. Technology alliance partnerships include Microsoft, Citrix, VMware, Red Hat, HP, and Novell."; 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 = ''; } }