<!--
function confirmDelete(strNewAction)	{
				if (confirm('Are You Sure You Wish To Remove This Data?') )	{
					changeAction(strNewAction);
				}
			}

// -->
