function include_flash(id_lang) {
         document.open();
         document.write("<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"402\" height=\"229\" ALIGN=\"\">");
         document.write("<PARAM NAME=\"movie\" VALUE=\"images/traduceri-specializate"+id_lang+".swf\">");
         document.write("<PARAM NAME=\"quality\" VALUE=\"high\">");
         document.write("<param name=\"wmode\" value=\"transparent\">");
         document.write("<EMBED src=\"images/traduceri-specializate"+id_lang+".swf\" quality=\"high\"   WIDTH=\"402\" HEIGHT=\"229\" wmode=\"transparent\" NAME=\"player\" ALIGN=\"\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\">");
         document.write("</EMBED>");
         document.write("</OBJECT>");
         document.close();
}