function fnSwfPublish(cmt) {
	var emt = document.getElementById(cmt);
	if(navigator.appName == "Microsoft Internet Explorer") {
		document.write(emt.text);
		emt.id = "";
	}
	if(obj_id)
		window[obj_id] = $(obj_id);
}
