function submit (url, form) {
	eval('document.' + form + '.action="' + url + '"');
	eval('document.' + form + '.submit();')
}
