<!--
function faq(i)
{
	window.open("/faq/faq.asp?q="+i,"faq","menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,width=450,height=250")
}
function popsrch(s)
{
	window.open("/faq/popsrch.asp?srchstr="+s,"faq","menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,width=450,height=250")
}
function search(theform)
{
    if(theform.to_find.value=="")return false;
    theform.bookname.value="";
    theform.author.value="";
    theform.pubname.value="";
    switch(theform.to_find_in[theform.to_find_in.selectedIndex].value)
    {
        case "bookname":theform.bookname.value=theform.to_find.value;break;
        case "author"  :theform.author.value  =theform.to_find.value;break;
        case "pubname" :theform.pubname.value =theform.to_find.value;break;
    }
    theform.submit();
    return false;
}
//-->

