	function Anfang()

	{

//	if ( 

//		(self.location.href != "http://amd200/citysite/system/bin/share/template.cfm") && 

//		(self.location.href != "http://212.124.42.59/citysite/system/bin/share/template.cfm")

//	   )

//			{

//			if (parent.location.href == self.location.href)

//				{

//				docurl = self.location.href;

//				docziel = '/index.cfm?cont=' + docurl;

//				window.location.href = docziel;

//				}

//			}

	} // ENDE ANFANG







	function DruckWindow()

	{

			temp1 = document.location.href;

			temp2 = temp1.substr(7,temp1.length);

			tempdruck ="/shared/print.cfm/" + temp2;

			MeinFenster =window.open(tempdruck, "Zweitfenster", "width=500,height=400,scrollbars,menubar=yes,dependent=yes,screenX=100,screenY=100");

			MeinFenster.focus();

	}



	function Mailing()

	{

			temp1 = document.location.href;

			suche = temp1.lastIndexOf("/");
			
			temp2 = temp1.substr(0,suche);
			
			temp2 = "http://www.herten.de/shared/frame.cfm?menue=" + temp2 + "/menue.htm?inhalt=" + temp1;
	
			//temp1 = document.location.href;

			//temp2 = temp1.substr(7,temp1.length);

			tempmail ="/shared/mail.cfm?meineurl=" + temp2;

			document.write("<img border=0 src='/shared/elements/brief.gif' width=15 height=10> <a href=" + tempmail + " onmouseover='status=&quot;Seite empfehlen&quot;;return true;' onmouseout='status=&quot;&quot;;return true;'>Seite empfehlen</a>")

	}



	function Bookmark()

	{

			temp1 = document.location.href;

			suche = temp1.lastIndexOf("/");
			
			temp2 = temp1.substr(0,suche);
			
			temp2 = "http://www.herten.de/shared/frame.cfm?menue=" + temp2 + "/menue.htm&inhalt=" + temp1;
	
	
			if (document.all)

				{

					a = document.all.tags("title")[0].innerText;

					document.write(

					"<img border=0 src='/shared/elements/bookmark.gif' width=12 height=12> <A href='javascript:window.external.AddFavorite(temp2, document.title);' onmouseover='status=&quot;bookmarken&quot;;return true;' onmouseout='status=&quot;&quot;;return true;'>"

					+ "bookmarken"

					+ "</A><br>"

							);

				}

	}		

	

     function ZweiFrames(URL1,F1,URL2,F2)

     {  

      parent.frames[F1].location.href=URL1;

      parent.frames[F2].location.href=URL2;

     }



	  

     function DreiFrames(URL1,URL2,URL3)

     {  

      parent.mainmenue.location.href=URL1;	  

      parent.submenue.location.href=URL2;

      parent.content.location.href=URL3;

     }

