function privacy() {
	window.open("privacypolicy.html","sample","width=600, height=500,scrollbars=yes,location=yes, menubar=no, toolbar=no,left=10,top=30");
}
function recruit() {
	window.open("recruit.html","sample","width=600, height=500,scrollbars=yes,location=yes, menubar=no, toolbar=no,left=10,top=30");
}
function result1() {
	window.open("/results/result1.html","sample","width=750, height=800, scrollbars=yes, location=yes, menubar=no, toolbar=no, left=10, top=30");
}
function result2() {
	window.open("/results/result2.html","sample","width=1000, height=800, scrollbars=yes, location=yes, menubar=no, toolbar=no, left=10, top=30");
}

