function funcset() {
	str1=String(Math.ceil(31/3));
	str2=String.fromCharCode(67,68,70);
	document.fm7.gonta.value = 'PuN' + str2 + str1;
}
