function MakeVisible(objectID) {
	var object = document.getElementById(objectID); 
	//The following line has been moved to the /commoncontrols/footer.ascx file
	//object.innerHTML  = "<script language=\"javascript\" src=\"http://chat.optrics.net/SightMaxAgentInterface/Monitor.smjs?siteID=17&queueID=17\" type=\"text/javascript\"></script>";
	object.innerHTML += "<a href=\"javascript: var e = window.open('http://e-chat.Optrics.com/SightMaxAgentInterface/PreChatSurvey.aspx?accountID=1&siteID=15&queueID=18','chatWindow','width=490,height=404,resizable=0,scrollbars=no,menubar=no,status=no');\" onmouseout=\"top.status=''; return true;\" onmousedown=\"top.status='Chat with an UptimeDevices.ca Customer Service Representative';return true;\" onmouseover=\"top.status='Chat with an Optrics Customer Service Representative';return true;\"><img border=0 src=\"http://e-chat.Optrics.com/SightMaxAgentInterface/chat.smgif?accountID=1&siteID=15&queueID=18\" alt=\"Chat with an UptimeDevices.ca Customer Service Representative\"></a>";
	
}