//function to pass a value to a hidden field and submit the form.
function passValue(item,b)
{
	document.getElementById(item).value=a;
  alert(document.getElementById(item).value);
}

