
function insoc(bla){

	var fasel=document.getElementById('formcmd');

	if (fasel) {
		fasel.value = 'onchange';
	}

}

