function getPhraseFor(wc)
{
    document.myform.action = "/common/fcg/estroke.fcg?task=getPhrase"; 
    if(wc.length != 0){
		if(wc.charAt(0) != '\r' && wc.charAt(0) != '\n')	
   	     	document.myform.uni.value= wc;
    }
	document.myform.xx.value=''
	document.myform.submit();
    return false;
}
function getContour(wc)
{
	getPhraseFor(wc)
}

function getPhrase(oid)
{
	oid.action = "/common/fcg/estroke.fcg?task=getPhrase";
	oid.submit();
}
