function s_next(page){
	$('nextPage').value = page;
	$('survey').submit();
}

function s_end(){
	$('end').value = '1';
	$('survey').submit();
}
