﻿function actionUrlChange(urlname) {
    form1.action = '/' + urlname;
}