function goToUrl(pUrl){
	document.decForm.action=pUrl;
  document.decForm.submit();
}