function openWindow2(url) {
  popupWin = window.open(url,'new_page','width=400,height=150')
}

function insertStr(strValue,anh){

	window.opener.document.form1[anh].value=strValue;
}


	function setOldVal() {
		rTE.document.body.innerHTML= document.all.txtMessage.value;
	}


// JavaScript Document
