<!--

 if(top!=self)
  top.location=self.location;


 function popup(URL,Name,Features)
 {
	window.open(URL,Name,Features);
 }


 function view(id,w,h) {

	 leftpos=(screen.width)?(screen.width-800)/2:100;
	 toppos=(screen.height)?(screen.height-600)/2:100;

	w = window.open('','picture','width='+w+',height='+h+',top='+toppos+',left='+leftpos+'');

	with (w.document) {

	open();

	writeln('<html><head>');
	writeln('<title>welt der O R C A S</title>');
	writeln('</head><body background="img/background_pictures.gif" topmargin="0" leftmargin="0">');
	writeln('<a href="javascript:self.close()"><img src="img/pics/picture_'+id+'.jpg" border="0" alt="Zum Schließen ins Bild klicken"></a>');
	writeln('</body></html>');

	close();

	}
 }


 function MM_preloadImages() {

  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}

 }


 function SwitchImg()
 {
  var rem, keep=0, store, obj, switcher=new Array, history=document.Data;
    for (rem=0; rem < (SwitchImg.arguments.length-2); rem+=3) {
    	store = SwitchImg.arguments[(navigator.appName == 'Netscape')?rem:rem+1];
    if ((store.indexOf('document.layers[')==0 && document.layers==null) ||
        (store.indexOf('document.all[')==0 && document.all==null))
         store = 'document'+store.substring(store.lastIndexOf('.'),store.length);
         obj = eval(store);
    if (obj != null) {
   	   switcher[keep++] = obj;
      switcher[keep++] = (history==null || history[keep-1]!=obj)?obj.src:history[keep];
      obj.src = SwitchImg.arguments[rem+2];
  } }
  document.Data = switcher;
 }

 function RestoreImg()
 {
  if (document.Data != null)
    for (var rem=0; rem<(document.Data.length-1); rem+=2)
      document.Data[rem].src=document.Data[rem+1];
 }

// -->
