if (document.all)
document.styleSheets["butts"].addRule(".xxx","background-color:#E2C818;background-color:#E2C818;cursor:hand;")

function upeffect2(cur){
if (document.all)
cur.className='overbutton2'
}

function downeffect2(cur){
if (document.all)
cur.className='downbutton2'
}

function normaleffect2(cur){
if (document.all)
cur.className='xxx'
}

function overeffect2(cur){
if (document.all)
cur.className='overbutton2'
}
