// fucntions for rollover effect on links

function hilite (item) { item.style.backgroundColor='#C9D5D0'; item.style.cursor='hand'; }
function lolite (item) { item.style.backgroundColor='#E7ECEA'; item.style.cursor='default'; }
function goto (url)    { window.location=url; }
function popup (file)  { window.open('images/'+file,'enlarge','resizable=no,width=550,height=550') }
function popbk (file)  { window.open('images/bubblegum.gif','bubblegum','resizable=no,width=520,height=370') }
