﻿function ShowChatFrame(lyr, action){
	if(document.getElementById(lyr)){
	    document.getElementById(lyr).style.display=action;
	}
}
