function goToPropertySelector()
{
	window.location.href = 'step1.php?pid='+document.getElementById('productId').value;
}

