// roll-over
function CP(strImageName, strUrl)
{
	document.images[strImageName].src = strUrl;
}

