function whoswho(url) {
	var win = window.open(url, "WhosWho", "status=no,width=620,height=440,resizable=yes");
	win.focus();
}