<!--

var foto_url = "http://www.holidaynet.ch/zwichjehues/e/fotos/foto.html";

function win(theURL,winName,features) { //v2.0
  fenster=null;

  fenster=window.open(theURL,winName,features);
  
  if(fenster!=null) {
  	if(fenster.opener==null) { fenster.opener==self; fenster.location.href=theURL; }
  } 
}

function over(text) { status = text; }

function out() { 
	status = "";
}

function zoom(nr) {
	var url = foto_url + "?" + nr;
	
	win(url, "foto", "width=475,height=355");
}

// -->
