// JavaScript Document
function openChat(){
	chat = window.open("http://radiologos.it/srl2/rules2.html","Chat","width=580,height=400,scrollbar=yes,resizable=yes,status=yes");
}