function inputstyle(form, feld, style){
		if (eval("document."+form)) {
			eval("document."+form+"."+feld+".id = '"+style+"'");	
			}
	}