// JavaScript Document

function getPage(id) {
	
	urlString = 'http://www.fpoe-kirchdorf.at/index.php?id=' + id;
	document.location.href = urlString;
}
