end_spawn_flash=false
function spawn_flash(){
setTimeout("spawn_flash()",1)
bgChange()

if(bg_n==color.length & (!end_spawn_flash)){
 var flash = document.getElementById('flash');
 var a = document.createElement('div');
 flash.appendChild(a);


 value_ = "<object style=\"POSITION: absolute;Z-INDEX:1;width:"+((w+1-zpf)*2-40)+";height:"+(h-77)+";top:78;left:20;\" type=\"application/x-shockwave-flash\"  ><param name=\"bgcolor\" value=\"#000000\" /><param name=\"movie\" value=\""+movie[m_n]+"\" \/><\/object>"

end_spawn_flash=true

 
 a.innerHTML =value_
 

 
 }
 
}