function quickNav() {
	target = document.getElementById('product').value;
	if (target)
		location.href = target;
	else
		location.href = 'products.php';
}

