function question(a) {
	var s = document.getElementById("name").innerText;
	alert(s);
	win1 = window.open('/advance/enquiry.do?id='+a+'&name='+s,'mywin', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0');
}
