function list_confirm(text)
{
if (confirm(text))
document.form_list.submit();

}
function changeimg(toThis,ida)  {  if (document.getElementById)    {    document.getElementById(ida).src = toThis;    }  else if (document.all)    {    document.all[ida].src = toThis;    }  }
