function ShowHide(e)
{
oj = document.getElementById(e);
if(oj.style.display == 'none'){	oj.style.display = "block";oj.parentNode.firstChild.src = "/grfx/searchbox1.gif";}
else {oj.style.display = "none";oj.parentNode.firstChild.src = "/grfx/searchbox.gif";}
}


document.write('<div id="searchbox"><img src="/grfx/searchbox.gif" onclick=ShowHide("searchlist"); style="cursor:pointer;"/><div id="searchlist" style="display:none; text-align:left"><ul><li><a href="http://bs.afaqs.com/perl/advertising/brandsearch/search.html"  target="_blank">BrandSearch</a></li><li><a href="http://www.afaqs.com/perl/search/search_news.html">News</a></li><li><a href="http://www.afaqs.com/search/interview_search.html">Interviews</a></li><li><a href="http://www.afaqs.com/search/sboard_search.html">Storyboards</a></li><li><a href="http://resources.afaqs.com/index.html">Resources</a></li> <li><a href="http://www.afaqs.com/search/site_search.html">Entire site</a></li></ul></div></div>');