function addClientString(strCode){		
	var theField = new Object;
	var evalstring = "document.forms[0]."+document.forms[0].hField.value;

	theField = eval(evalstring);
	theField.value = strCode;

}

function callBBWindow(strFieldName){
		document.forms[0].hField.value = strFieldName;
		//var a = window.open('http://localhost/fn/BBSmileyEntry.html','BBWindow','width=728,height=386,resizable=Yes,scrollbars=no');
		var a = window.open('http://'+document.domain+'/fn/BBSmileyEntry.html','BBWindow','width=728,height=386,resizable=Yes,scrollbars=no');
		
	//	var theField = new Object;
	//	var evalstring = "document.forms[0]."+strFieldName;
		
	//	theField = eval(evalstring);


}

