function  pageStartup() {
	// sind wir ne printversion?
	if(window.printVersion) {
		showPrintVersion(document);
	}
}