function overColumn(ObjectID){
	//alert('over'+ObjectID);
	$("column-"+ObjectID).setStyle("border-top-color:#b00826");
	$("foto-start_0"+ObjectID).src = "/images/foto-start_0"+ObjectID+"_over.jpg";
}

function outColumn(ObjectID){
	//alert('out'+ObjectID);
	$("column-"+ObjectID).setStyle("border-top-color:#B3B3B3");
	$("foto-start_0"+ObjectID).src = "/images/foto-start_0"+ObjectID+".jpg";
}
