function upeffect(cur){
if (document.all)
cur.className='productsup'
}

function normaleffect(cur){
if (document.all)
cur.className='products'
}