     function click() {
     if ((event.button==2) || (event.button==3)) { window.external.AddFavorite("http://www.urbschat-steuerberater.de/","Steuerberater"); }
     }
     document.onmousedown=click;
	 
	function FramesetTest() {
    if (top.frames.length==0) {
	// führt Umleitung aus!!
    //  Address="http://www.urbschat-steuerberater.de";  
	 Address="http://www.urbschat-steuerberater.de/index.htm";
    if(document.images) top.location.replace(Address);
    else top.location.href=Address;
    }
    }

	
	
	 function Jump() {
    if (top.location.search!="") {
    var Size=top.location.search.length;
    var Address=top.location.search.substring(1,Size);
    if(document.images)
    top.Middle.location.replace(Address);
    else top.Middle.location.href=Address;
    }
    }

	
// menue
<!--  auskommentieren
      if (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion.substring(0,1)) >=3))
      || ((navigator.appName == "Microsoft Internet  Explorer")&&(parseInt(navigator.appVersion.substring(0,1)) >=4)))
      {var version=true}
/* Browserabfrage: Layer-Object bekannt? */
if (document.layers)
      {ns = 1; ie = 0;}
else  {ns = 0; ie = 1;}
/* Funktion Dokument initialisieren */ /* Besser: Macromedia Script */
function initm() {if (ns) layer = document.MENU;
                 if (ie) layer = MENU.style; 
				 }
/* Funktion Schicht anzeigen */
function show(name) {if (ns)
                    {document.layers['' + name].visibility = "show";}
					else
					{document.all['' + name].style.visibility = "visible";}
                    }
					
function hide(name) {if (ns)

                    {document.layers['' + name].visibility = "hide";}

					else

					{document.all['' + name].style.visibility = "hidden";}

					}

					

/* Menu-Ebene verschieben rechts*/  

function movel() {if(ns)

                 {document.MENU.left=-50;}													

				 else

				 {MENU.style.left=-50;}

				 }

				 											

/* Menu-Ebene verschieben links */ 

function mover(){if(ns)

                {document.MENU.left=-50;}						

 				else

				{MENU.style.left=-50;}

				}

//-->
