function HighlightImg(img)
{
	document.images[img].src='img/social/'+img+'1.png';
}

function RestoreImg(img)
{
	document.images[img].src='img/social/'+img+'.png';
}
