if (document.images) {
button_img = new Image;
button_img_ro = new Image;
button_img.src = "/images/submit.gif";
button_img_ro.src = "/images/submit_hover.gif";
}
function buttonImgRoll(id,imgName,newImg){
document.getElementById(id).src=eval(newImg+".src")
}
