function processform(clickedval){
	var replstr = "08a522fc78e1eea8f73f1f413c2e6074";
   	var formidstr = _f_contact._form_id.getAttribute("value");
   
// alert (formidstr);

   switch (clickedval){
	case 1:
	     _f_contact._form_id.setAttribute("value",replstr);
//		alert (replval);
	break;
	case 2:
	     _f_contact._form_id.setAttribute("value",replstr);
//		alert (replval);
	break;

   }
//		alert (replval);
} 
