function load_page_flash() {
   setTimeout("document['open_page'].Play()",500);   
   setTimeout("document.getElementById('whole_page_over_flash').style.visibility='hidden'",3000);  
}

function show_second_part_page() {
   document.getElementById('part_page_bottom').style.visibility='visible';    
}