<!--//
	function AddText(NewCode) {document.Fx.ZhengWen.value+=NewCode;}
	function img() {
		txt=prompt("ÇëÊäÈëÍ¼Æ¬ÍøÖ·£º","http://");
		if(txt!=null) {
			AddTxt="[img]"+txt;
			AddText(AddTxt);
			AddTxt="[/img]\r";
			AddText(AddTxt);
		}
	}
	function url() {
		txt=prompt("ÇëÊäÈëÍøÒ³µØÖ·£º","http://");
		if (txt!=null) {
			AddTxt="[url]"+txt;
			AddText(AddTxt);
			AddTxt="[/url]\r";
			AddText(AddTxt);
		}
	}
	function mpl() {
		urltxt=prompt("Ã½ÌåÁ´½ÓµØÖ·(URL)£º","http://"); 
		if(urltxt!=null) {
			widthtxt=prompt("¿í¶È£º","300"); 
			if(widthtxt!=null) {
				heighttxt=prompt("¸ß¶È£º","50"); 
				if(heighttxt!=null) {
					autotxt=prompt("ÊÇ·ñ×Ô¶¯²¥·Å£¿(Y/N)","Y"); 
					if(autotxt=="Y" || autotxt=="y" || autotxt=="N" || autotxt=="n") {
						AddTxt="[mp="+widthtxt+","+heighttxt+":"+autotxt+"]"+urltxt
						AddText(AddTxt);
						AddTxt="[/mp]\r"; 
						AddText(AddTxt);
					}
				}
			}
		}
	}
//-->
