function show_image(url)
{
	window.open(url,'cover_girl','left=50,top=20,scrollbars=yes,width=570,height=520,resizable=yes');
	return false;
}