/**
 * Author: Hristo Drumev [www.hdrumev.com]
 */

function changePhoto( src )
{
	document.getElementById( 'bigphoto' ).src = 'img/articles/' + src;
}
