var win32 = "N/A";
var linux = "N/A";
var mac = "N/A";
var outlook = "sametime-outlook-integrator-8.5.1.exe";
var printcap = "sametimeprintcapture.exe";

var win32Element = document.getElementById("win32anchor");
var linuxElement = document.getElementById("linuxanchor");
var macElement = document.getElementById("macanchor");
var outlookElement = document.getElementById("outlookanchor");
var printcapElement = document.getElementById("printcapanchor");

if (win32Element != null && typeof win32Element != "undefined"){win32Element.href = win32Element.href + win32;}
if (linuxElement != null && typeof linuxElement != "undefined"){linuxElement.href = linuxElement.href + linux;}
if (macElement != null && typeof macElement != "undefined"){macElement.href = macElement.href + mac;}
if (outlookElement != null && typeof outlookElement != "undefined"){outlookElement.href = outlookElement.href + outlook;}
if (printcapElement !=null && typeof printcapElement != "undefined"){printcapElement.href = printcapElement.href + printcap;}

