function load_content_to_from(div0,div1){
    document.getElementById(div0).innerHTML = document.getElementById(div1).innerHTML;
}