function getContour()
{
	document.myform.action = "/common/fcg/estroke.fcg?task=getContour"; 
	if(document.myform.xx.value.length != 0){
		document.myform.uni.value=document.myform.xx.value;
		document.myform.xx.value=''
	}
	return true;
}

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