/* AUTEUR: Bouraima Aboubakar */
/* DATE DE CREATION: 05/01/03 */
function chatform()
{
	win=window.open("../chat/chat1.html","","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=yes,resizable=0,width=600,height=580,left=100,top=100");

}

