function show_flash(src, width, height){
document.open();
document.writeln('<embed src="'+src+'" width="'+width
                 +'" height="'+ height+'" wmode="transparent" type="application/x-shockwave-flash"/>');
document.close();
}