text1 = '<font><br> On this site you will learn more about our office and our activities in the field of industrial property law. Here, you will also find the way to our office ...</font>\n';

text2 = '<font><br> Please click here if you like to learn more about the field of intellectual property and about industrial property rights ...</font>\n';

text3 = '<font><br> This is the right way to follow if you like to learn more about our service ...</font>\n';

text4 = '<font><br> Here you will find actual information from the field of industrial property law as well as publications of interest ...</font>\n';

text5 = '<font><br> This web page offers you downloadable forms and other information provided by our office ...</font>\n';

text6 = '<font><br> This link offers you legal information ...</font>\n';

ebene = '0'

function changeit(layer,replaceText) {
    if (document.layers) {
        document.layers[layer].document.open();
        document.layers[layer].document.writeln(replaceText);
        document.layers[layer].document.close();
    }
    else if (document.all) {
        document.all(layer).innerHTML= replaceText;
    }
    else if (document.getElementById) {
        document.getElementById(layer).innerHTML= replaceText;
    }
}


function getAppVersion() {
appname = navigator.appName;
 appversion = navigator.appVersion;
 majorver = appversion.substring(0, 1);
 if ( (appname == "Netscape") && ( majorver >= 3 ) ) return 1;
 if ( (appname == "Microsoft Internet Explorer") && (majorver >= 4) ) return 1;
  return 0;
}


function swtch(num, imgname, layername, ebene) {
i = 0
ebp = ''
while (i < ebene)
{
ebp = ('../' + ebp);
i = i + 1
}
img[num].src = ebp + imgsrc[num]
  if (getAppVersion()) {
 	if(document.layers)
		{
			if (layername)
				{ 
document.layers[layername].document.images[imgname].src = img[num].src; }
			else
				{ document[imgname].src = img[num].src; }	
		}
	else
		{ document[imgname].src = img[num].src; }
  	}
}


imgsrc = new Array();
imgsrc[0] = "e/img/nav01.gif";
imgsrc[1] = "e/img/nav01_a.gif";
imgsrc[2] = "e/img/nav02.gif";
imgsrc[3] = "e/img/nav02_a.gif";
imgsrc[4] = "e/img/nav03.gif";
imgsrc[5] = "e/img/nav03_a.gif";
imgsrc[6] = "e/img/nav04.gif";
imgsrc[7] = "e/img/nav04_a.gif";
imgsrc[8] = "e/img/nav05.gif";
imgsrc[9] = "e/img/nav05_a.gif";
imgsrc[10] = "e/img/nav06.gif";
imgsrc[11] = "e/img/nav06_a.gif";

imgsrc[20] = "e/img/mehr.gif";
imgsrc[21] = "e/img/mehr_1.gif";
imgsrc[22] = "e/img/mehr_2.gif";
imgsrc[23] = "e/img/mehr_3.gif";

imgsrc[30] = "img/home.gif";
imgsrc[31] = "img/home_a.gif";

imgsrc[32] = "img/home2.gif";
imgsrc[33] = "img/home2_a.gif";

if (getAppVersion()) {
  img = new Array();
  for (i = 0; i < imgsrc.length; i++) {
 img[i] = new Image();
  }
}

function resizefixer()
	{ if (document.layers) {self.location.reload();} }

