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