function changeBack(out){
	if(out){
	document.getElementById('picspan').style.backgroundColor = '';
	document.getElementById('picspan').style.borderBottomColor = '';
	document.getElementById('pics').style.backgroundImage = 'url(pic/thumbs_pass.jpg)';
	}
	else{
	document.getElementById('picspan').style.backgroundColor = '#FFFFFF';
	document.getElementById('picspan').style.borderBottomColor = '#9e9382';
	document.getElementById('pics').style.backgroundImage = 'url(pic/thumbs_akt.jpg)';
	}
}
