function mirage(x) {	if (!document.getElementById) return false;		var secretObj = document.getElementById(x);		var srchbrformObj = document.getElementById("srchbrform");	var srchbrObj = document.getElementById("srchbr");if (x == "srchbr_on") {srchbrformObj.style.backgroundImage = "url(/_assets/img/srchbr/srchbr_bttn_bkgd.gif)";srchbrformObj.style.margin = "0";srchbrformObj.style.padding = "0";srchbrformObj.style.backgroundPosition = "bottom left";srchbrformObj.style.backgroundRepeat = "no-repeat";srchbrObj.style.backgroundImage = "url(/_assets/img/srchbr/srchbr_hvr_bkgd_full_v2.gif)";srchbrObj.style.backgroundPosition = "bottom left";srchbrObj.style.backgroundRepeat = "no-repeat";srchbrObj.style.backgroundColor = "#435555";} else if (x == "srchbr_out") {srchbrformObj.style.backgroundImage = "url(/_assets/img/srchbr/srchbr_bttn_bkgd.gif)";srchbrformObj.style.margin = "0";srchbrformObj.style.padding = "0";srchbrformObj.style.backgroundPosition = "bottom left";srchbrformObj.style.backgroundRepeat = "no-repeat";srchbrObj.style.backgroundImage = "url(/_assets/img/srchbr/srchbr_bttn_bkgd.gif)";srchbrObj.style.backgroundPosition = "bottom left";srchbrObj.style.backgroundRepeat = "no-repeat";srchbrObj.style.backgroundColor = "#435555";} else {}				}