﻿function OMOver(OMO,thisbgcolor,thisfontcolor){OMO.style.backgroundColor=thisbgcolor;OMO.style.color=thisfontcolor}
function OMOut(OMO,thisbgcolor,thisfontcolor){OMO.style.backgroundColor=thisbgcolor;OMO.style.color=thisfontcolor}

function changepage(page){document.location=page}

function OMOver_c(OMO){OMO.style.backgroundColor='#312526';OMO.style.color='#ffffcc'}
function OMOut_c(OMO){OMO.style.backgroundColor='#ffffff';OMO.style.color=''}

function OMOver_cmain(OMO){OMO.style.backgroundColor='#312526';OMO.style.color='#ffffcc'}
function OMOut_cmain(OMO){OMO.style.backgroundColor='#e0e0e0';OMO.style.color='000000'}

function OMOver_a(OMO){OMO.style.backgroundColor='#312526';OMO.style.color='#ffffcc'}
function OMOut_a(OMO){OMO.style.backgroundColor='#ffffff';OMO.style.color='800000'}

