if (top == self)
	{
	top.location = "http://www.bw-rechtsanwaelte.de/";
	}

self.defaultStatus = "Blueggel + Walter und Partner GbR";

on2 = new Image(); on2.src = "images/302.jpg";
on3 = new Image(); on3.src = "images/303.jpg";
on4 = new Image(); on4.src = "images/304.jpg";
on5 = new Image(); on5.src = "images/305.jpg";
on6 = new Image(); on6.src = "images/306.jpg";
on7 = new Image(); on7.src = "images/307.jpg";
on8 = new Image(); on8.src = "images/308.jpg";
on9 = new Image(); on9.src = "images/309.jpg";

act2 = new Image(); act2.src = "images/202.jpg";
act3 = new Image(); act3.src = "images/203.jpg";
act4 = new Image(); act4.src = "images/204.jpg";
act5 = new Image(); act5.src = "images/205.jpg";
act6 = new Image(); act6.src = "images/206.jpg";
act7 = new Image(); act7.src = "images/207.jpg";
act8 = new Image(); act8.src = "images/208.jpg";
act9 = new Image(); act9.src = "images/209.jpg";

off2 = new Image(); off2.src = "images/102.jpg";
off3 = new Image(); off3.src = "images/103.jpg";
off4 = new Image(); off4.src = "images/104.jpg";
off5 = new Image(); off5.src = "images/105.jpg";
off6 = new Image(); off6.src = "images/106.jpg";
off7 = new Image(); off7.src = "images/107.jpg";
off8 = new Image(); off8.src = "images/108.jpg";
off9 = new Image(); off9.src = "images/109.jpg";

stat2 = "Startseite";
stat3 = "Uebersicht";
stat4 = "Die Kanzlei";
stat5 = "Gerhard Blueggel";
stat6 = "Volker Walter";
stat7 = "Andreas Keuneke";
stat8 = "Kontakt zu uns";
stat9 = "Aktuelles Recht";

main2 = "home.html";
main3 = "uebersicht.html";
main4 = "kanzlei.html";
main5 = "blueggel.html";
main6 = "walter.html";
main7 = "keuneke.html";
main8 = "contact.html";

m = 2;

function imgOn(n)
	{
	if (m != n)
		{
		document.images[n].src = eval("on" + n + ".src");
		self.status = eval("stat" + n);
		}
	}

function imgOff(n)
	{
	if (m != n)
		{
		document.images[n].src = eval("off" + n + ".src");
		self.status = "Blueggel + Walter und Partner GbR";
		}
	}

function nextURL(n)
	{
	if (m != n)
		{
		mainUrl = eval("main" + n);
		document.images[n].src = eval("act" + n + ".src");
		document.images[m].src = eval("off" + m + ".src");
		m = n;
		parent.frames["main"].location = mainUrl;
		}
	}

pdfWindow = '';

function openPdf()
	{
	closePdf();
	c = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"        "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv=content-type content="text/html; charset=iso-8859-1"><meta http-equiv=expires content=0><title>Bl&uuml;ggel &amp; Walter und Partner GbR</title></head><body bgcolor="#ffffff"></body></html>';
	pdfWindow = window.open("","pdfWindow","width=600,height=400,toolbar=no,menubar=no,status=yes,scrollbars=no,resizable=yes");
	pdfWindow.moveTo(0,0);
	pdfWindow.document.write(c);
	pdfWindow.location = "aktuell.pdf";
	}

function closePdf()
	{
	if (pdfWindow.closed == false)
		{
		pdfWindow.close();
		}
	}

