/*Pop-Up
var newwin;

function launchwin(winurl,winname,breite,hoehe)
{
		x=(screen.width-breite)/2;
		y=(screen.height-hoehe)/2;

parameter='width='+breite+',height='+hoehe+',top='+y+',left='+x+',scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';
	
newwin = window.open(winurl,winname,parameter);

 		newwin.focus();
	}*/

//Aufruf Sportartikel
function einframe(url1)
{
parent.main.location.href=url1;
}

//Aufruf Artikel u. Banner
function vierframe(url1,url2,url3,url4)
{
parent.main.location.href=url1;
parent.bannerHead.location.href=url2;
parent.bannerNaviTop.location.href=url3;
parent.bannerNaviBottom.location.href=url4;
}


//Layeraustausch Navigation Artikel
function show2(name) {
  if (document.layers) {
     document.layers[name].visibility = "visible";		 //NN4
   }
	if(document.all){
			document.all[name].style.visibility = "visible";  //IE
	 } 
	if(!document.all && document.getElementById){  				 //NN6
       document.getElementById([name]).style.visibility="visible";
   }
 }
 
 
 
function hide2(name)  {
  if (document.layers) {
     document.layers[name].visibility = "hidden";		 //NN4
   }
	if(document.all){
			document.all[name].style.visibility = "hidden";  //IE
	 } 
	if(!document.all && document.getElementById){  				 //NN6
       document.getElementById([name]).style.visibility="hidden";
   }
 }

//Bildwechsel Hauptnavigation
normal1 = new Image();         
normal1.src = "../content/images/navigation/mainNaviBlau1.gif";
highlight1 = new Image();
highlight1.src = "../content/images/navigation/mainNaviBlau2.gif";




//Titel
title1 = new Image();
title1.src = "../content/images/title/cloppen.gif";
title2 = new Image();
title2.src = "../content/images/title/land.gif";
title3 = new Image();
title3.src = "../content/images/title/nord.gif";
title4 = new Image();
title4.src = "../content/images/title/sued.gif";
title5 = new Image();
title5.src = "../content/images/title/sport.gif";
title6 = new Image();
title6.src = "../content/images/title/alle.gif";
title7 = new Image();
title7.src = "../content/images/title/topthema.gif";
title8 = new Image();
title8.src = "../content/images/title/registrierung.gif";

//Unternavigation
norm_nav1 = new Image();
norm_nav1.src = "images/navigation/subNaviBlau1.gif";
high_nav1 = new Image();
high_nav1.src = "images/navigation/subNaviBlau2.gif";


function changeImage(imgNr, imgObj)         
{                                                   
document.images[imgNr].src = imgObj.src;    
}

 /*blur*/
	function loadnew(x) { 
    if (document.all){
    x.blur();
    }
}

 /*Popup Anmeldung*/
var newwin;

function launchwin(winurl,winname,breite,hoehe)
{
		x=(screen.width-breite)/2;
		y=(screen.height-hoehe)/2;

parameter='width='+breite+',height='+hoehe+',top='+y+',left='+x+',scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
	
newwin = window.open(winurl,winname,parameter);

 		newwin.focus();
	}

	 /*Popup Datenschutz*/
var newwin2;

function launchwin2(winurl,winname,breite,hoehe)
{
		x=(screen.width-breite)/2;
		y=(screen.height-hoehe)/2;

parameter='width='+breite+',height='+hoehe+',top='+y+',left='+x+',scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
	
newwin2 = window.open(winurl,winname,parameter);

 		newwin2.focus();
	}
	
	/*Popup Passwort vergessen*/
var newwin3;

function launchwin3(winurl,winname,breite,hoehe)
{
		x=(screen.width-breite)/2;
		y=(screen.height-hoehe)/2;

parameter='width='+breite+',height='+hoehe+',top='+y+',left='+x+',scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
	
newwin3 = window.open(winurl,winname,parameter);

 		newwin3.focus();
	}