var prefixHostpoint="http://www.gluche.ch";
var testMode = false;
if(testMode) {
	var prefix="W:/websites.online/gluche.dyndns.org";
	var picturePrefix="W:/websites.online/gluche.dyndns.org";
}
else {
	var prefix="http://www.gluche.ch";
	var picturePrefix="http://gluche.dyndns.org";
}

var glucheMenu = 
  new Array(
    'width=800',//'width="600"; cols="25%,25%,*";',
    new Array(  
      'width="200px"',
      new Array(prefix,'Gluche', 	'/index.html'),
      new Array(prefix,'Bernhard', 	'/bernhard.html'),
      new Array(prefix,'Dieter', 	'/dieter.html'),
      new Array(prefix,'Katharina', 	'/katharina.html'),
      new Array(prefix,'Peter', 	'/peter.html'),
      new Array(prefix,'<b>emails</b>', null),
      new Array('','Bernhard: bernhard@gluche.de', 	'mailto:bernhard@gluche.de'),
      new Array('','Dieter: dieter@gluche.de', 		'mailto:dieter@gluche.de'),
      new Array('','Katharina: katharina@gluche.de', 	'mailto:katharina@gluche.de'),
      new Array('','Peter: peter@gluche.de', 		'mailto:peter@gluche.de')
      ),
    new Array(  
      'width="170px"',
      new Array(picturePrefix,'Pictures',null),
      new Array(picturePrefix,'Picture Gallery', '/gallery/index.html'),
      new Array(picturePrefix,'Picture Gallery (protected)', '/gallery.protected/index.html'),
      new Array('','&nbsp;  Ask for a password.', 'mailto:dieter@gluche.de'),
      new Array(picturePrefix,'Picture Gallery (private)', '/gallery.secure/index.html')
      // new Array(picturePrefix,'<b>Freizeit/Party</b>', null),
      // new Array(picturePrefix,'2002-07.Zurich', '/pictures/2002-07.Zurich/index.html'),
      // new Array(picturePrefix,'<b>Accenture/SwissRe</b>', null),
      // new Array(picturePrefix,'2002-12.St-Moritz', '/pictures/2002-12.St-Moritz/index.html'),
      // new Array(picturePrefix,'2002-09.SwissRe-Cart', '/pictures/2002-09.SwissRe-Cart/index.html'),
      // new Array(picturePrefix,'<b>Gluche</b>', null),
      //new Array(picturePrefix,'2002-07 Geburtstag Oma', '/pictures/2002-07.Geburtstag-Oma/index.html'),
      // new Array(picturePrefix,'2001-06 Party Gerhard', '/pictures/2001-06.Party-Gerhard/index.html'),
      // new Array(picturePrefix,'Kathis Bilder (1)', '/pictures/kathi/index.html'),
      // new Array(picturePrefix,'Kathis Bilder (2)', '/pictures/kathi.2/index.html'),

      //new Array(picturePrefix,'<b>Password required:</b>', null),
      //new Array(picturePrefix,'<b>Freizeit/Party</b>', null),
      //new Array(picturePrefix,'<b>Gluche</b>', null),
      //new Array(picturePrefix,'2001-12.Weihnachten', '/pictures/2001-12.Weihnachten/index.html'),
      //new Array(picturePrefix,'2002-07 Geburtstag Oma', '/pictures/2002-07.Geburtstag-Oma/index.html'),
      //new Array(picturePrefix,'2002-12.Weihnachten', '/pictures/2002-12.Weihnachten/index.html')
      // new Array(picturePrefix,'2001-06 Party Gerhard', '/pictures/2001-06.Party-Gerhard/index.html'),
      ),
    new Array(  
      'width="170px"',
      new Array(prefix,'Links', null),
      new Array(prefixHostpoint,'My Guestbook', 	'/guestbook'),
      new Array(picturePrefix,'Downloads', 	'/downloads'),
      new Array(picturePrefix,'Downloads (protected)', '/downloads.protected'),
      new Array(picturePrefix,'Downloads (private)',   '/downloads.secure'),
      new Array('','Nicole & Dizi', 	'http://kroeger.gluche.ch'),
      new Array('','Nicole', 		'http://www.kroeger.ch'),
      new Array('','Manni', 		'http://www.stoltze.ch')
      ),
    new Array(  
      'width="15px"',
      new Array(prefix,'<IMG SRC=http://gluche.dyndns.org/img/ip.gif>', null)
      )	
  );
  

menu(glucheMenu);
//document.write('<IMG SRC=http://gluche.dyndns.org/img/ip.gif>');
document.write('<hr>');
