window.onload = function () {
	if (document.getElementById("supportchat")){
		document.getElementById("supportchat").setAttribute("onclick", "startchat(this.form); return false;");
	}
}
function startchat(form) {
chat=window.open("http://support.ikhost.net/","displayWindow1","scrollbars=no,resizable=no,width=450,height=370",title="iK:host support");
}

