function vetAnswers7_(){
var yes = 0;
var no = 0;
	for (var i=1;i<4;i++) {
		if (eval('document.xlaapmform7_.answer' + i + '.value') !='') {
			yes++;
		} 
	}
		if (yes == 3) {
		return true;
		}
		else {
			alert('Please answer all the questions before submitting');
			return false;
		}
	}
function xlaapmsubmit7_(){
		if (vetAnswers7_()){
		xlaapmxe = window.open('','xlaapmxe','toolbar=0,location=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=350');
		document.xlaapmform7_.submit();
		xlaapmxe.focus();
	}
}
	document.write('<form name=xlaapmform7_ method=post target=xlaapmxe action=http:\/\/www.bardahl.com\/mods\/poll\/xlaabsolute2.asp?p=7 style=margin:0;><table width=100% cellspacing=1 cellpadding=2><tr align=left><td colspan=2 valign=top><font  style=\"font-family:verdana;font-size:12;color:#000000;\"><b>Did you find the BARDAHL FAQ questions and answers useful? <\/b><\/font><\/td><\/tr><tr><td><\/td><td><input type=hidden name=answer1 value=\'\'><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'radio\' name=\'ans1\' onclick=\'javascript:xlaapmform7_.answer1.value=27\'><\/td><td width=100%><font  style=\"font-family:verdana;font-size:12;color:#000000;\">No, not all<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'radio\' name=\'ans1\' onclick=\'javascript:xlaapmform7_.answer1.value=28\'><\/td><td width=100%><font  style=\"font-family:verdana;font-size:12;color:#000000;\">No, need more details<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'radio\' name=\'ans1\' onclick=\'javascript:xlaapmform7_.answer1.value=29\'><\/td><td width=100%><font  style=\"font-family:verdana;font-size:12;color:#000000;\">Somewhat<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'radio\' name=\'ans1\' onclick=\'javascript:xlaapmform7_.answer1.value=30\'><\/td><td width=100%><font  style=\"font-family:verdana;font-size:12;color:#000000;\">Yes, answered satisfactorily<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'radio\' name=\'ans1\' onclick=\'javascript:xlaapmform7_.answer1.value=31\'><\/td><td width=100%><font  style=\"font-family:verdana;font-size:12;color:#000000;\">Yes, answered my exact question<\/font><\/td><\/tr><tr><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr align=left><td colspan=2 valign=top><font  style=\"font-family:verdana;font-size:12;color:#000000;\"><b>If you used the search engine, did it help?<\/b><\/font><\/td><\/tr><tr><td><\/td><td><input type=hidden name=answer2 value=\'\'><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'radio\' name=\'ans2\' onclick=\'javascript:xlaapmform7_.answer2.value=32\'><\/td><td width=100%><font  style=\"font-family:verdana;font-size:12;color:#000000;\">No, never found my question<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'radio\' name=\'ans2\' onclick=\'javascript:xlaapmform7_.answer2.value=33\'><\/td><td width=100%><font  style=\"font-family:verdana;font-size:12;color:#000000;\">Had to search too long and gave up<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'radio\' name=\'ans2\' onclick=\'javascript:xlaapmform7_.answer2.value=34\'><\/td><td width=100%><font  style=\"font-family:verdana;font-size:12;color:#000000;\">Somewhat<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'radio\' name=\'ans2\' onclick=\'javascript:xlaapmform7_.answer2.value=35\'><\/td><td width=100%><font  style=\"font-family:verdana;font-size:12;color:#000000;\">It took a couple tries to find my answer<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'radio\' name=\'ans2\' onclick=\'javascript:xlaapmform7_.answer2.value=36\'><\/td><td width=100%><font  style=\"font-family:verdana;font-size:12;color:#000000;\">Yes, it worked great<\/font><\/td><\/tr><tr><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr align=left><td colspan=2 valign=top><font  style=\"font-family:verdana;font-size:12;color:#000000;\"><b>We appreciate your input, what can we do to make this site more useful for you?<\/b><\/font><\/td><\/tr><tr><td colspan=2><input type=\'hidden\' name=\'answer3\' value=\'37\'><textarea name=\'tanswer3\' style=\'width:98%\' rows=\'4\' cols=20><\/textarea><\/td><\/tr><tr><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td align=center colspan=2><input type=button onclick=\"javascript:xlaapmsubmit7_()\" name=Submit value=\'Submit\' style=\"font-family:verdana;font-size:12;color:#000000;\"\'><input type=hidden name=totalquestions value=3><\/td><\/tr><\/table><input type=hidden name=dopoll value=7><input type=hidden name=z value=\'\'><\/form>');
