function show(strId)
{
	if (document.getElementById('imgHead'))
	{
		document.getElementById('imgHead').src="Images/title_" + strId + ".jpg";
	}
}
