<!--
/* Created by Chien May on 04/10/2010					*/
/* Mouse over and out on search word behind search box	*/

function yesLine(){
	document.getElementById("search_word").style.textDecoration="underline";
}

function noLine(){
	document.getElementById("search_word").style.textDecoration="none";
}

//-->



