
function show_q_a()
{
	var val;
	val = document.getElementById('howtobookq_asel').value;
	
	window.open('howtobookq_a_popup.php?ID='+val, '','width=800,height=800,menubar=no,status=no,location=no,toolbar=no,scrollbars=yes,resizable=yes,fullscreen=no')
	//alert("in here");
}