function popcon(content, language) {
	
	popwindow = window.open('/text/' + content + '-' + language + '.html', null, 'top=192, left=192, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=600, height=400');
	popwindow.focus();
	
}
