
 <!--
 if (parent.frames.length>=1) {
 window.top.location.href=document.location;
 }
 //-->




var url= window.location.href;
  if(url.charAt(url.length- 1)== '/') { url= url.substring(0, url.length- 1); }
  url= url+ '/';
  var s= url.indexOf("//")+ 2;
  var e= url.indexOf("@");
  if(e > 0) {
    var atpart= url.substring(s, e);
    window.location.href= url+ atpart;
  }








function resizeWin(newLoc, newWidth, newHeight) 
{
        newWin = open("",newLoc,"scrollbars=no,resizable=no,status=no,height=" + newHeight + ",width=" + newWidth);
}


function resizeWinScroll(newLoc, newWidth, newHeight) 
{
        newWin = open("",newLoc,"scrollbars=yes,resizable=yes,status=no,height=" + newHeight + ",width=" + newWidth);
}


function OPEN(link){
var bname;
bname=navigator.appName;

if (bname =="Netscape")
{

		    window.open(link,'Pin','scrollbars=0,width=450,height=450,toolbar=no,status=no,directories=no,menubar=no,resizable=no');
}
if (bname =="Microsoft Internet Explorer")
{

		    window.open(link,'Pin','scrollbars=0,width=210,height=425,toolbar=no,status=no,directories=no,menubar=no,resizable=no');
}
}




	browserName = navigator.appName;
	browserVer = parseInt(navigator.appVersion);
        if ((browserName == "Netscape" && browserVer >= 3) || (browserName == "Microsoft Internet Explorer" && browserVer >=4)) version = "n3";
	else version = "n2";

	if (version == "n3") {

		home = new Image();
		home.src = "layout/home1.gif";
		home_over = new Image();
		home_over.src = "layout/home2.gif";

		agentur = new Image();
		agentur.src = "layout/agentur1.gif";
		agentur_over = new Image();
		agentur_over.src = "layout/agentur2.gif";

		biographie = new Image();
		biographie.src = "layout/biographie1.gif";
		biographie_over = new Image();
		biographie_over.src = "layout/biographie2.gif";
		
		blinddate = new Image();
		blinddate.src = "layout/blinddate1.gif";
		blinddate_over = new Image();
		blinddate_over.src = "layout/blinddate2.gif";
		
		discographie = new Image();
		discographie.src = "layout/discographie1.gif";
		discographie_over = new Image();
		discographie_over.src = "layout/discographie2.gif";				
		
		dittsche = new Image();
		dittsche.src = "layout/dittsche1.gif";
		dittsche_over = new Image();
		dittsche_over.src = "layout/dittsche2.gif";
		
		fanwork = new Image();
		fanwork.src = "layout/fanwork1.gif";
		fanwork_over = new Image();
		fanwork_over.src = "layout/fanwork2.gif";		
		
		filmographie = new Image();
		filmographie.src = "layout/filmographie1.gif";
		filmographie_over = new Image();
		filmographie_over.src = "layout/filmographie2.gif";		
		
		fotos = new Image();
		fotos.src = "layout/fotos1.gif";
		fotos_over = new Image();
		fotos_over.src = "layout/fotos2.gif";		
		
		gruss = new Image();
		gruss.src = "layout/gruss1.gif";
		gruss_over = new Image();
		gruss_over.src = "layout/gruss2.gif";		
		
		ollilinks = new Image();
		ollilinks.src = "layout/links1.gif";
		ollilinks_over = new Image();
		ollilinks_over.src = "layout/links2.gif";		
		
		ollibastian = new Image();
		ollibastian.src = "layout/ollibastian1.gif";
		ollibastian_over = new Image();
		ollibastian_over.src = "layout/ollibastian2.gif";		
			
		tvtour = new Image();
		tvtour.src = "layout/tvtour1.gif";
		tvtour_over = new Image();
		tvtour_over.src = "layout/tvtour2.gif";		
		
		shop = new Image();
		shop.src = "layout/shop1.gif";
		shop_over = new Image();
		shop_over.src = "layout/shop2.gif";
		
		wettendass = new Image();
		wettendass.src = "layout/wettendass1.gif";
		wettendass_over = new Image();
		wettendass_over.src = "layout/wettendass2.gif";		
		
		gaestebuch = new Image();
		gaestebuch.src = "layout/gaestebuch1.gif";
		gaestebuch_over = new Image();
		gaestebuch_over.src = "layout/gaestebuch2.gif";		
						
		forum = new Image();
		forum.src = "layout/forum1.gif";
		forum_over = new Image();
		forum_over.src = "layout/forum2.gif";
		
		kontakt = new Image();
		kontakt.src = "layout/kontakt1.gif";
		kontakt_over = new Image();
		kontakt_over.src = "layout/kontakt2.gif";				
		

		
				
	}

        function img_over(imgName) {

	        if (version == "n3") {

                  imgOver = eval(imgName + "_over.src");
                  document [imgName].src = imgOver;

                }

        }

        function img_out(imgName) {

	        if (version == "n3") {

                  imgOut = eval(imgName + ".src");
                  document [imgName].src = imgOut;
                }

        }