function d()
	{
        self.status = "Download"
        }

function n() 
	{
        self.status = ""
        }

function z() 
	{
        self.status = "1 Seite zurück"
	}

function M(txt) 
	{
	self.status = txt
}

function H()
	{
        self.status = "Zur Hauptseite"
        }

function Download(f)
	{
        URL = "http://held-office.de/" + f;
        document.location = URL;
        }

function free()
	{
        self.status = "Download"
        }

function l() 
	{
        self.status = "Bestellen Sie bei Dschungel.com"
	}