// JavaScript Document

// Printfunktion

function printwin()
	{
		print();
	}

// Scrollup

function scrollup()
	{
		parent.window.scrollTo(0,0)
	}