	function emptyIT()
		{
		box = confirm('Are you sure you want to Empty your Basket ?\t\n\nAll information already input will be lost\nand you will have to start over !\n\n')
		if (box)
			{
			top.window.location.reload();
			}
		else
			{
			return false;
			}
		}
