function openText(area) {
	width = 600;
	height = 450;
	window.open("/rekisterointi/text.php?area="+area,"popupwindow","resizable=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,copyhistory=0,width="+width+",height="+height);
}
