
function chphoto(type, file) {

	document.getElementById('cat_'+type+'_photo').innerHTML='<img src="'+file+'" />';

}
