

function tip(e, event1, event2, event3, event4){
	


if (ns6||ie){
if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
tipobj.innerHTML='<div class="row_1" align="center">'+event3+'</div>'+'<div class="invisible_pinyin" align="center">'+event4+'</div>'+'<div class="row_3" align="center">'+event2+'</div>'+'<div class="row_4" align="center">'+event1+'</div>'
enabletip=true
return false
}
}

function st (cur, trans)	// mouse over word
{
	// basic handle of both st, and stEvent
	
	var mytool_array=trans.split("|");
    
    tip(cur,mytool_array[1],	mytool_array[0],	mytool_array[2],'')
	
	//tip(event,'Noun (non-count)','','doing','do');
	
	
	
	
	cur.oldcolor=cur.style.color;


	cur.style.backgroundColor="#FFFF75";
	

	currentTrans = trans
	currentOrigin = cur.innerHTML
	
	
	
	
	
}



function sreset (cur)
{
	

	cur.style.backgroundColor="transparent";

	htip()

	
}




