 

var a1=""
var a2=""
var a3=""
var a4=""
var a5=""
var a6=""
var a7=""
var a8=""
var a9=""
var a10=""
var a11=""
var a12=""
	var q1 = '<span class="olu2">From which web site did you find an interesting study abroad program? Copy the web address from the location box.  Then paste it directly into this box.</span>'

var q2 = '<span class="olu2">Describe the program that you have selected.</span>'
	
var q3 = '<span class="olu2">How might study abroad help you make a career decision?</span>'

var q4 = '<span class="olu2">From which web site did you find an interesting service learning opportunity? Copy the web address from the location box.  Then paste it directly into this box.</span>'
var q5 = '<span class="olu2">Describe the program that you have selected.</span>'
var q6 = '<span class="olu2">How might service learning help you make a career decision?</span>'
var q7 = '<span class="olu2">From which web site did you find an interesting internship opportunity? Copy the web address from the location box.  Then paste it directly into this box.</span>'
var q8 = '<span class="olu2">Describe the program that you\'ve selected.</span>'
var q9 = '<span class="olu2">How might an internship help you make a career decision?</span>'
var q10 = '<span class="olu2">From which web site did you find an interesting summer job opportunity? Copy the web address from the location box.  Then paste it directly into this box.</span>'
var q11 = '<span class="olu2">Describe the summer job you have selected.</span>'
var q12 = '<span class="olu2">How might this summer job help you make a career decision?</span>'



function pickAnswer1(form)
	{
	a1=a1+form.message1.value;
	}
	
function pickAnswer2(form)
	{
	a2=a2+form.message2.value;
	}

	function pickAnswer3(form)
	{
	a3=a3+form.message3.value;
	}
function pickAnswer4(form)
	{
	a4=a4+form.message4.value;
	}
function pickAnswer5(form)
	{
	a5=a5+form.message5.value;
	}
function pickAnswer6(form)
	{
	a6=a6+form.message6.value;
	}
function pickAnswer7(form)
	{
	a7=a7+form.message7.value;
	}
function pickAnswer8(form)
	{
	a8=a8+form.message8.value;
	}
function pickAnswer9(form)
	{
	a9=a9+form.message9.value;
	}
function pickAnswer10(form)
	{
	a10=a10+form.message10.value;
	}
function pickAnswer11(form)
	{
	a11=a11+form.message11.value;
	}
function pickAnswer12(form)
	{
	a12=a12+form.message12.value;
	}

function writeWindow(q1,q2,q3,q4,q5,q6,q7,q8,q9,q10,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)
	{

	newWindow=window.open("","results","width=396,height=360,scrollbars=yes");
	parseInt(navigator.appVersion);
	if (parseInt(navigator.appVersion) >= 4)
	{
	newWindow.moveTo(300,150);
	newWindow.focus()
	}
	else
	{
	newWindow.focus();
	}
	newWindow.document.write('<html><head><Title>Results</title><LINK REL="stylesheet" HREF="anita.css" TYPE="text/css"></head><BODY, <font color="red" BGCOLOR="#ffffff">');
	newWindow.document.write('<span class="olu3">');
	newWindow.document.write('<p>');
	newWindow.document.write(q1);
	newWindow.document.write('</p>');
	newWindow.document.write('<p>');
	newWindow.document.write('<font class="answer">'+a1+'</font>');
	newWindow.document.write('</p>');
	newWindow.document.write('<p>');
	newWindow.document.write(q2);
	newWindow.document.write('</p>');
	newWindow.document.write('<p>');
	newWindow.document.write('<font class="answer">'+a2+'</font>');
	newWindow.document.write('</p>');
newWindow.document.write('<p>');
	newWindow.document.write(q3);
	newWindow.document.write('</p>');
	newWindow.document.write('<p>');
	newWindow.document.write('<font class="answer">'+a3+'</font>');
	newWindow.document.write('</p>');
newWindow.document.write('<p>');
	newWindow.document.write(q4);
	newWindow.document.write('</p>');
	newWindow.document.write('<p>');
	newWindow.document.write('<font class="answer">'+a4+'</font>');
	newWindow.document.write('</p>');
newWindow.document.write('<p>');
	newWindow.document.write(q5);
	newWindow.document.write('</p>');
	newWindow.document.write('<p>');
	newWindow.document.write('<font class="answer">'+a5+'</font>');
	newWindow.document.write('</p>');
newWindow.document.write('<p>');
	newWindow.document.write(q6);
	newWindow.document.write('</p>');
	newWindow.document.write('<p>');
	newWindow.document.write('<font class="answer">'+a6+'</font>');
	newWindow.document.write('</p>');
newWindow.document.write('<p>');
	newWindow.document.write(q7);
	newWindow.document.write('</p>');
	newWindow.document.write('<p>');
	newWindow.document.write('<font class="answer">'+a7+'</font>');
	newWindow.document.write('</p>');
newWindow.document.write('<p>');
	newWindow.document.write(q8);
	newWindow.document.write('</p>');
	newWindow.document.write('<p>');
	newWindow.document.write('<font class="answer">'+a8+'</font>');
	newWindow.document.write('</p>');
newWindow.document.write('<p>');
	newWindow.document.write(q9);
	newWindow.document.write('</p>');
	newWindow.document.write('<p>');
	newWindow.document.write('<font class="answer">'+a9+'</font>');
	newWindow.document.write('</p>');
newWindow.document.write('<p>');
	newWindow.document.write(q10);
	newWindow.document.write('</p>');
	newWindow.document.write('<p>');
	newWindow.document.write('<font class="answer">'+a10+'</font>');
	newWindow.document.write('</p>');
newWindow.document.write('<p>');
	newWindow.document.write(q11);
	newWindow.document.write('</p>');
	newWindow.document.write('<p>');
	newWindow.document.write('<font class="answer">'+a11+'</font>');
	newWindow.document.write('</p>');
newWindow.document.write('<p>');
	newWindow.document.write(q12);
	newWindow.document.write('</p>');
	newWindow.document.write('<p>');
	newWindow.document.write('<font class="answer">'+a12+'</font>');
	newWindow.document.write('</p>');
	newWindow.document.write('</span');
	newWindow.document.write('>/body></html>');
	}
	
	function results(form1, form2, form3, form4, form5, form6, form7, form8, form9, form10, form11, form12)
	{
	pickAnswer1(form1);
	pickAnswer2(form2);
pickAnswer3(form3);
pickAnswer4(form4);
pickAnswer5(form5);
pickAnswer6(form6);
pickAnswer7(form7);
pickAnswer8(form8);
pickAnswer9(form9);
pickAnswer10(form10);
pickAnswer11(form11);
pickAnswer12(form12);
	writeWindow(q1,q2,q3,q4,q5,q6,q7,q8,q9,q10,a11,a12,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12);
	}
	

