function showPressPic(that, url)
{
	$('pressImg').src = url;
}

function hidePressPic(url)
{
	$('pressImg').src = url;
}
