/* author: Egor Steshenko */
/* Creation date: 12.03.2007 */
function changeImg(url)
{
document.getElementById('img1').src=url;
}