function open_bio(link)
{
	return newwin(link.href, link.target, 500, 400, 'resizable=1,scrollbars=1,status=1');
}
