function modulfchleniCh (obj) { // ,fef
	if (obj.value!=undefined && obj.value!='') {
		document.location = obj.value;
	}
}