(function() { var f = document.getElementById('searchbox_008021784675377927826:6bz1ypb6vze'); if (!f) { f = document.getElementById('searchbox_demo'); } if (f && f.query) { var query = f.query; var n = navigator; var l = location; if (n.platform == 'Win32') { query.style.cssText = 'border: 1px solid #7e9db9; padding: 2px;'; } var b = function() { if (query.value == '') { query.style.background = '#FFFFFF url(http:\x2F\x2Fwww.radiology.ucsf.edu\x2Fimages\x2Fsearchbox.gif) left no-repeat'; } }; var f = function() { query.style.background = '#ffffff'; }; query.onfocus = f; query.onblur = b; if (!/[&?]query=[^&]/.test(l.search)) { b(); } } })(); 
