function switchProductImage(pstrUrlBig, pstrUrlMiddle, pstrTitle)
{
	document.getElementById('lnkProductImage').href = pstrUrlBig;
	document.getElementById('lnkProductImage').title = pstrTitle;
	document.getElementById('imgProductImage').src = pstrUrlMiddle;
	document.getElementById('imgProductImage').alt = pstrTitle;
}
