function focusOn() {	document.getElementById("input_serach").style.background = "#ffffff";	document.getElementById("input_serach").style.border = "1px solid #ffffff";}function focusOut(myValue) {	if(myValue == "") {		document.getElementById("input_serach").style.background = "#aff8ff url(/common_img/icon_search_n.gif)  3px 3px no-repeat";		document.getElementById("input_serach").style.border = "1px solid #ffffff";	}}