function MakeVisible(objectID) {
	//Note there is an additional SightMax line in the controls/Footer.ascx file
	var object = document.getElementById(objectID); 
	object.innerHTML += "<a href=\"javascript: var e = window.open('http://e-chat.Optrics.com/SightMaxAgentInterface/PreChatSurvey.aspx?accountID=1&siteID=4&queueID=24','chatWindow','width=490,height=404,resizable=0,scrollbars=no,menubar=no,status=no');\" onmouseout=\"top.status=''; return true;\" onmousedown=\"top.status='Chat with a Customer Service Representative';return true;\" onmouseover=\"top.status='Chat with a Customer Service Representative';return true;\"><img border=0 src=\"http://e-chat.Optrics.com/SightMaxAgentInterface/chat.smgif?accountID=1&siteID=4&queueID=24\" alt=\"Chat with a Customer Service Representative\"></a>";
}