function openTest(where) {
	window.open(where,'_blank','top=200,left=100,width=738,height=303,scrollbars=yes');
	}
function openCode(where) {
	window.open(where,'_blank','top=200,left=100,width=370,height=151,scrollbars=yes');
	}
function loadPage(which_form) {
	var gothere = which_form.options[which_form.selectedIndex].value;
	if (gothere != 'here') {
		self.location.href= gothere;
		}
	}
