function open_image(id)
{
	document.getElementById('content_image_big').src="images/web_"+id+'_gr.jpg';
}
