function open_player(link)
{
	return newwin(link.href, link.target, 643, 510, 'resizable=1,scrollbars=1,status=1');
}

