﻿
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 OMOver_link(OMO){OMO.style.backgroundColor='#ffffcc';OMO.style.color='#660000'}
function OMOut_link(OMO){OMO.style.backgroundColor='#ffffff';OMO.style.color='#000000'}

function changepage(page){document.location=page}

function OMOver_menuS(OMO){OMO.style.backgroundColor='#f0f0f0';OMO.style.color='#880000'}
function OMOut_menuS(OMO){OMO.style.backgroundColor='#ffffff';OMO.style.color='#808080'}

function OMOver_mapfirst(OMO){OMO.style.backgroundColor='#660000';OMO.style.color='#ffffcc';}
function OMOut_mapfirst(OMO){OMO.style.backgroundColor='#ffffcc';OMO.style.color='#660000'}

function OMOver_test(OMO){alert('1111');}
