// POPUP QUESTION FORM
function questionForm(){
	popup = window.open("/global/content/question.asp","","height=400,width=320,scrollbars=no");
}