document.oncontextmenu=keineanzeige
function keineanzeige()
{
return false
}
function wechsel()
{
 bild= new Array("top01","top02","top03","top04","top05","top06","top07","top08","top09","top10","top11","top12","top13","top14")
 zahl="";
  for(i=0;i<1;i++)
  {
   x=parseInt(Math.random()*14);
   zahl+=bild[x];
  }
	//document.all.oben.style.backgroundImage = "url(../images/"+zahl+".jpg)";
	document.getElementById("oben").style.backgroundImage = "url(images/"+zahl+".jpg)";
	//document.getElementById("oben").style.backgroundImage = "url(../images/"+zahl+".jpg)";
}
function wechsel_sub()
{
 bild= new Array("top01","top02","top03","top04","top05","top06","top07","top08","top09","top10","top11","top12","top13","top14")
 zahl="";
  for(i=0;i<1;i++)
  {
   x=parseInt(Math.random()*14);
   zahl+=bild[x];
  }
	//document.all.oben.style.backgroundImage = "url(../images/"+zahl+".jpg)";
	//document.getElementById("oben").style.backgroundImage = "url(images/"+zahl+".jpg)";
	document.getElementById("oben").style.backgroundImage = "url(../images/"+zahl+".jpg)";
}
function menueErfolge()
{
	document.getElementById("menueErfolge").style.visibility="visible";
}
function zumachen()
{
	document.getElementById("menueErfolge").style.visibility="hidden";
	//document.getElementById("erfolge2000").style.visibility="hidden";
}
function showPic(w,h,n,zeig)
 {
 fensterneu=open("","_blank","resizable=no width="+w+" height="+h+" top=50 left=50 ")
 fensterneu.document.open();
   with(fensterneu.document)
  {
   write("<title>klick inside to close - "+n+" </title><script language='JavaScript' src='scriptstyle/main.js' type='text/javascript'></script><style type='text/css'>body { background-image: url("+zeig+"); background-repeat: no-repeat; }</style><body onClick='javascript:window.close();' onLoad='javascript:keineanzeige();'></body>");
  }
 }
 
 
 
 //für Bilder
 
 
 
 
 bild=new Array("th_pics/pic1.jpg","th_pics/pic11.jpg","th_pics/pic12.jpg","th_pics/pic13.jpg","th_pics/pic14.jpg","th_pics/pic15.jpg","th_pics/pic16.jpg","th_pics/pic2.jpg","th_pics/pic3.jpg","th_pics/pic4.jpg","th_pics/pic5.jpg","th_pics/pic6.jpg","th_pics/pic7.jpg","th_pics/pic8.jpg","th_pics/pic9.jpg");

grbild=new Array("pics/tria-MB001.jpg","pics/tria-MB002.jpg","pics/tria-MB003.jpg","pics/tria-MB004.jpg","pics/tria-MB005.jpg","pics/tria-MB006.jpg","pics/Muehle2002_01.jpg","pics/Muehle2002_02.jpg","pics/Muehle2002_03.jpg","pics/tria-Poehl02.jpg","pics/tria-SH03.jpg","pics/neowerbung.jpg","pics/bball-2RL_001.jpg","pics/bball-2RL_002.jpg","pics/bball-2RL_003.jpg");

th_istrien=new Array("bilder/pics/tl04/th_istria/th_P001.jpg","bilder/pics/tl04/th_istria/th_P002.jpg","bilder/pics/tl04/th_istria/th_P003.jpg","bilder/pics/tl04/th_istria/th_P004.jpg","bilder/pics/tl04/th_istria/th_P005.jpg","bilder/pics/tl04/th_istria/th_P006.jpg","bilder/pics/tl04/th_istria/th_P007.jpg","bilder/pics/tl04/th_istria/th_P008.jpg","bilder/pics/tl04/th_istria/th_P009.jpg","bilder/pics/tl04/th_istria/th_P010.jpg","bilder/pics/tl04/th_istria/th_P011.jpg","bilder/pics/tl04/th_istria/th_P012.jpg");


istrien=new Array("bilder/pics/tl04/4web/P001.jpg","bilder/pics/tl04/4web/P002.jpg","bilder/pics/tl04/4web/P003.jpg","bilder/pics/tl04/4web/P004.jpg","bilder/pics/tl04/4web/P005.jpg","bilder/pics/tl04/4web/P006.jpg","bilder/pics/tl04/4web/P007.jpg","bilder/pics/tl04/4web/P008.jpg","bilder/pics/tl04/4web/P009.gif","bilder/pics/tl04/4web/P010.jpg","bilder/pics/tl04/4web/P011.gif","bilder/pics/tl04/4web/P012.jpg");

th08=new Array("bilder/th/th-001.jpg","bilder/th/th-002.jpg","bilder/th/th-003.jpg","bilder/th/th-004.jpg","bilder/th/th-005.jpg","bilder/th/th-006.jpg","bilder/th/th-007.jpg","bilder/th/th-008.jpg","bilder/th/th-009.jpg");


tl08=new Array("bilder/pic001.jpg","bilder/pic002.jpg","bilder/pic003.jpg","bilder/pic004.jpg","bilder/pic005.jpg","bilder/pic006.jpg","bilder/pic007.jpg","bilder/pic008.jpg","bilder/pic009.jpg","bilder/pic010.jpg");


function pics()
{
  for(k=0;k<15;k++)
  {
   document.hier[k].src=bild[k];
  }
}

function bigpics(k)
{
     zeig=grbild[k];
     return zeig;
  }

function istria()
{
  for(k=0;k<9;k++)
  {
   document.hier[k].src=th_istrien[k];
  }
}

function bigistria(k)
{
     document.zeig.src=istrien[k];
   }
  
function algarve()
{
  for(l=0;l<10;l++)
  {
   document.hier[l].src=th08[l];
  }
}

function bigalgarve(l)
{
     document.zeig.src=tl08[l];
   }


function fenster4(w,h,n)
 {
 fensterneu=open("","_blank","resizable=no width="+w+" height="+h+" top=50 left=50 ")
 fensterneu.document.open();
   with(fensterneu.document)
  {
   write("<title>klick inside to close - "+n+" </title><script language='JavaScript' src='../exDat/bilderZeig.js' type='text/javascript'></script><style type='text/css'>body { background-image: url("+zeig+"); background-repeat: no-repeat; }</style><body onClick='javascript:window.close();' onLoad='window.status='';' onkeypress='javascript:keineanzeige();'></body>");
  }
 }
function showPic(w,h,n,zeig)
 {
 fensterneu=open("","_blank","resizable=no width="+w+" height="+h+" top=50 left=50 ")
 fensterneu.document.open();
   with(fensterneu.document)
  {
   write("<title>klick inside to close - "+n+" </title><script language='JavaScript' src='scripts/mainMD.js' type='text/javascript'></script><style type='text/css'>body { background-image: url("+zeig+"); background-repeat: no-repeat; }</style><body onClick='javascript:window.close();' onLoad='javascript:keineanzeige();'></body>");
  }
 }
 document.oncontextmenu=keineanzeige
function keineanzeige()
{
return false
}
