function validate(){
	if((document.getElementById('product').innerHTML=="")||(document.getElementById('price').value=="")){
		alert("Invalid input");
	}
}