function change_pic(pic_location,graphic_file)
{
		//alert(pic_location);
		//alert(graphic_file);
    	document[pic_location].src="/razinf/gif/"+graphic_file;
		//alert(document[pic_location].src);
}

