function win(link)
{
	window.open(link,'chat','width=640,height=480,noresize,scrollbars=yes');
}