function goto()
		{
			if (document.doublecombo.product.value == 'Legacy 6100')
			{
				location.href= "legacy6100/tablet-compression-machine.php";
			}
			if (document.doublecombo.product.value == 'Dies and Punches')
			{
				location.href= "dies-punches/tablet-machine-tools.php";
			}
		}
