function popquiz(x, y) {

	window.open(x,y,'status=no,scrollbars=no,resizable=yes,width=380,height=400');
}
	
function generator_pop(x, y) {

	window.open(x,y,'status=no,scrollbars=no,resizable=yes,width=470,height=540');
}