<!--
function ZweiFrames(URI4,F4,URI5,F5) {
  Frame1=eval("parent."+F4);
  Frame2=eval("parent."+F5);
  Frame1.location.href = URI4;
  Frame2.location.href = URI5;
}

<!--
function DreiFrames(URI1,F1,URI2,F2,URI3,F3) {
  Frame1=eval("parent."+F1);
  Frame2=eval("parent."+F2);
  Frame3=eval("parent."+F3);
  Frame1.location.href = URI1;
  Frame2.location.href = URI2;
  Frame3.location.href = URI3;
}


//-->

<!--
Normal1 = new Image(); 
Normal1.src = "../img/home.gif"; /* home */
Highlight1 = new Image(); 
Highlight1.src = "../img/home_h.gif"; /* Highlight */

Normal2 = new Image(); 
Normal2.src = "../img/rege.gif"; /* rechtsgebiete */
Highlight2 = new Image(); 
Highlight2.src = "../img/rege_h.gif"; /* Highlight */

Normal3 = new Image(); 
Normal3.src = "../img/prof.gif"; /* profil */
Highlight3 = new Image(); 
Highlight3.src = "../img/prof_h.gif"; /* Highlight */

Normal4 = new Image(); 
Normal4.src = "../img/kost.gif"; /* kosten */
Highlight4 = new Image(); 
Highlight4.src = "../img/kost_h.gif"; /* Highlight */

Normal5 = new Image(); 
Normal5.src = "../img/kont.gif"; /* kontakt */
Highlight5 = new Image(); 
Highlight5.src = "../img/kont_h.gif"; /* Highlight */

Normal6 = new Image(); 
Normal6.src = "../img/mail.gif"; /* mail */
Highlight6 = new Image(); 
Highlight6.src = "../img/mail_h.gif"; /* Highlight */

Normal7 = new Image(); 
Normal7.src = "../img/impr.gif"; /* impressum */
Highlight7 = new Image(); 
Highlight7.src = "../img/impr_h.gif"; /* Highlight */

Normal8 = new Image(); 
Normal8.src = "../img/haft_line_sh.gif"; /* haftung_line */
Highlight8 = new Image(); 
Highlight8.src = "../img/haft_line_sd.gif"; /* Highlight */

Normal9 = new Image(); 
Normal9.src = "../img/impr_line_sh.gif"; /* impressum_line */
Highlight9 = new Image(); 
Highlight9.src = "../img/impr_line_sd.gif"; /* Highlight */

Normal10 = new Image(); 
Normal10.src = "../img/up_d.gif"; /* up_link */
Highlight10 = new Image(); 
Highlight10.src = "../img/up_h.gif"; /* Highlight */

function Change(Indexnr,Bildobjekt)
{
 window.document.images[Indexnr].src = Bildobjekt.src;
}


//-->


<!--
function Adresse()
{
	teila="brueck@ra";
	bteil="e?sub";
	ctens="kanz";
	teild="lto:ra-";
	ate="mai";
	unde="lei-brueck.d";
	auchf="ject=Kontaktanfrage von Ihrer Homepage";
	sammel= ate + teild + teila + ctens + unde + bteil + auchf;
	
	parent.location = sammel;
	
}
//-->


<!--
function Mail()
{
	var adress="ra-brueck@rakanzlei-brueck.de";

	document.writeln(adress);	
	
}
//-->



