// JavaScript Document
function __fncOpenHtmlEditor(strOwner, strValue){
	var newWin = window.open("./../htmlEditor.php?owner="+strOwner+"&value="+strValue, "", "ststusbar=1,menubar=0,height=600,width=1000,scrollbars=1");
	newWin.focus();
}
