function Change(imgid,state) {

//states: l - link, a - active, h hover

if (document.images) {

document.getElementById(imgid).src = 'images/'+imgid+'_'+state+'.gif'; }

}

