function open_program (page) {
	date = new Date();
	counter = Math.floor((date.getSeconds()/60)*100);

	new_window = window.open (page,"a" + counter + "a","width=600,height=400,toolbar=no,location=no,scrollbars=yes,directories=no,menubar=yes,resizable=yes");
}

function Answer_1 () {
	if (document.Question.Question_1.selectedIndex == 0) {
		location.href="programs_2.php?Q1=more";
	}
	if (document.Question.Question_1.selectedIndex == 1) {
		location.href="programs_2.php?Q1=less";
	}
	if (document.Question.Question_1.selectedIndex == 2) {
		location.href="programs_startup.htm";
	}
}

function Answer_2 () {
	if (document.Question.Question_2.selectedIndex == 0) {
		location.href="programs_3.php?Q1="+document.Question.Question_1.value+"&Q2=0";
	}
	if (document.Question.Question_2.selectedIndex == 1) {
		location.href="programs_3.php?Q1="+document.Question.Question_1.value+"&Q2=1";
	}
	if (document.Question.Question_2.selectedIndex == 2) {
		location.href="programs_3.php?Q1="+document.Question.Question_1.value+"&Q2=2";
	}
}

function Answer_3 () {
	location.href="programs_selection.php?Q1="+document.Question.Question_1.value+"&Q2="+document.Question.Question_2.value+"&Q3="+document.Question.Question_3.options[document.Question.Question_3.selectedIndex].value;
}

// NOT IMPLEMENTED
function Answer_4 () {
	if (document.Question.Question_2.selectedIndex == 0) {
		location.href="programs_3.php?Q1="+document.Question.Question_1.value+"&Q2=0";
	}
	if (document.Question.Question_2.selectedIndex == 1) {
		location.href="programs_3.php?Q1="+document.Question.Question_1.value+"&Q2=1";
	}
	if (document.Question.Question_2.selectedIndex == 2) {
		location.href="programs_3.php?Q1="+document.Question.Question_1.value+"&Q2=2";
	}
}