function openwin(URL){
chatwin=window.open(URL,"_blank","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbar=0,resizable=0,width=448,height=340");
}