function openNewChat(URLtoOpen, windowName, windowFeatures) {
NewChat=window.open(URLtoOpen, windowName, windowFeatures);
}
