function hightab(what,e,edge){
if (document.getElementById){
color=(e.type.toLowerCase()=="mouseover")? "C8D1D7" : "ECEEEC"
what.bgColor=document.getElementById("rightedge"+edge).bgColor=color
}
}
function searchsite(){
document.searchbox.submit()
}
function warp(){
if (document.test.test2.selectedIndex!=0)
window.location="http://www.dynamicdrive.com/"+document.test.test2.options[document.test.test2.selectedIndex].value
}
function jumptosearch(){
document.searchbox.searchit.focus()
}
function jumpto(curobj){
if (curobj.selectedIndex!=0)
window.location=curobj.options[curobj.selectedIndex].value
}
