function vetAnswers8_(){
var yes = 0;
var no = 0;
	for (var i=1;i<7;i++) {
		if (eval('document.xlaapmform8_.answer' + i + '.value') !='') {
			yes++;
		} 
	}
		if (yes == 6) {
		return true;
		}
		else {
			alert('Please answer all the questions before submitting');
			return false;
		}
	}
function xlaapmsubmit8_(){
		if (vetAnswers8_()){
		xlaapmxe = window.open('','xlaapmxe','toolbar=0,location=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=350');
		document.xlaapmform8_.submit();
		xlaapmxe.focus();
	}
}
function xlaviewresults8_(){
xlaapmxe = window.open('http://www.p2pprofits.com/apps/apm/xlaapmview.asp?p=8&view=1','xlaapmxe','toolbar=0,location=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=350');
}
	document.write('<form name=xlaapmform8_ method=post target=xlaapmxe action=http:\/\/www.p2pprofits.com\/apps\/apm\/xlaabsolute2.asp?p=8 style=margin:0;><table width=95% cellspacing=1 cellpadding=2><tr align=left><td colspan=2 valign=top><font  style=\"font-family:verdana;font-size:12;color:#000000;\"><b>How do you use IPCop?<\/b><\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'38\' name=\'answer1\'><\/td><td width=100%><font style=\"font-family:verdana;font-size:12;color:#000000;\">In Production - Virtually<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'39\' name=\'answer2\'><\/td><td width=100%><font style=\"font-family:verdana;font-size:12;color:#000000;\">In Production - Physically<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'40\' name=\'answer3\'><\/td><td width=100%><font style=\"font-family:verdana;font-size:12;color:#000000;\">Testing - Virtually<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'41\' name=\'answer4\'><\/td><td width=100%><font style=\"font-family:verdana;font-size:12;color:#000000;\">Testing - Physically<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'42\' name=\'answer5\'><\/td><td width=100%><font style=\"font-family:verdana;font-size:12;color:#000000;\">Other<\/font><\/td><\/tr><tr><td width=0 valign=top align=left><input type=\'checkbox\' value=\'43\' name=\'answer6\'><\/td><td width=100%><font style=\"font-family:verdana;font-size:12;color:#000000;\">Not at all.<\/font><\/td><\/tr><tr><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td align=center colspan=2><input type=button onclick=\"javascript:xlaapmsubmit8_()\" name=Submit value=\'Submit Vote\' style=\"font-family:verdana;font-size:12;color:#000000;\"\'><input type=hidden name=totalquestions value=6><\/td><\/tr><tr><td align=center colspan=2><font style=\"font-family:verdana;font-size:12;color:#000000;\"><a href=\'javascript:xlaviewresults8_()\' target=_self style=\"font-family:verdana;font-size:12;color:#000000;\">View Results<\/a><\/font><\/td><\/tr><\/table><input type=hidden name=dopoll value=8><input type=hidden name=z value=\'\'><\/form>');
