// JavaScript Document
IMAGEON = siteroot+"/img/xicarreo.gif"  
IMAGEOFF = siteroot+"/img/xicarre.gif"

function imgover(imgname){
     imgname.src = IMAGEON
}

function imgout(imgname){
     imgname.src = IMAGEOFF
}