function scrollTOD() {
	
	if( window.doc_id ){
		var tod = document.getElementById( "tod_llista" );
		var doc = document.getElementById( window.doc_id );
	
		if( tod && doc ) tod.scrollTop = doc.offsetTop;
	}
}
