// JavaScript Document

function popUpQandA(){
	
	
	window.open('qa.html','win','width=620,height=400,menubar=yes,status=yes,scrollbars=yes')
}