  var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version
	document.write('<object width="550px" height="400px"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><param name="movie" value="'+initial_serverroot+widget_path+'lang_sel.swf?lang='+l+'"/><param name="bgcolor" value="#000000"><embed src="'+initial_serverroot+widget_path+'lang_sel.swf?lang='+l+'" type="application/x-shockwave-flash" allowFullScreen="true" bgcolor="#000000" allowScriptAccess="always" width="550px" height="400px"></embed></object>');
  } else {  // flash is too old or we can't detect the plugin
    document.write('This content requires the Macromedia Flash Player.<a href="http://www.macromedia.com/go/getflash/">Get Flash</a>');  // insert non-flash content
  }