<!--

/*
Cool Table Menu
By Clarence Eldefors (http://www.freebox.com/cereweb) with modifications from javascriptkit.com
Visit http://javascriptkit.com for this and over 400+ other scripts
*/

/* ----------
This JavaScript is for all pages except the MAIN page. This does NOT support rollover descriptions that appear in the row below the menu bar.
---------- */

function movein(which){
which.style.background='#696969 url(/images/more-arrow_nw_yellow.gif) no-repeat 97% 50%'
}

function moveout(which){
which.style.background='#191970'
}

function moveinhome(which){
which.style.background='#696969'
}

function moveouthome(which){
which.style.background='#696969'
}

//-->
