/*
|
|-----------------------------------------------------------------------
| Top Nav Search Box
|-----------------------------------------------------------------------
*/
function topNavSearch(xObj,xAction){

	if(xAction == 'focus' && xObj.value == '') xObj.style.background='rgb(255,255,255)';
	else if(xAction == 'blur' && xObj.value == '') xObj.style.background='rgb(255,255,255) url(http://www.google.com/coop/intl/en/images/google_custom_search_watermark.gif) no-repeat 0 center';

}