function formValidate() {
	var c =document.getElementById("catid");
	c.value = 'v' + c.value;
	return true;
}