function show(img_src){
document.getElementById('screen_fdf').innerHTML ='<object width="473" height="355" ><param name="movie" value="'+movie[img_src]+'&colors=background:000000;glow:323628;foreground:AD6A0A;special:D1A106;&autoPlay=1;&related=0"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="'+movie[img_src]+'&colors=background:000000;glow:323628;foreground:AD6A0A;special:D1A106;&autoPlay=1&related=0" type="application/x-shockwave-flash" width="473" height="355" allowFullScreen="true" allowScriptAccess="always"></embed></object>';
}
