function AXFlash(strLang){
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0" width="752" height="553"><PARAM name="movie" value="flash/index.swf?'+strLang+'"><PARAM name="quality" value="high"><EMBED src="flash/index.swf?'+strLang+'" QUALITY="high" WMODE=transparent PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" TYPE="application/x-shockwave-flash" width="752" height="553"></EMBED></OBJECT>');
}