// JavaScript Document


function samples(typ,fotoName) {
	if (typ=="imbau") {  
  	  var bildwin = window.open('fehlseite.htm', 'bildwin1', 'height=202,width=544');
	  bildwin.focus;
	}
	if (typ=="fotos") {  
  	  var bildwin = window.open('../fotos.htm', fotoName, 'height=740,width=840,scrollbars');
	  bildwin.focus;
	}
}
	