
	function fnDoTextPopup(nWidth,nHeight,sUrl){
		myRef = window.open(sUrl,'mywin','left=20,top=20,width='+nWidth+',height='+nHeight+',toolbar=0,resizable=1,scrollbars=1');
	}
