/*if(parent.frames.length=="0"){	document.location.href="default.html" }*/function detail(name,breit,hoch){	var eins = "../bilder_gros/" + name + ".htm";	window.open(eins,'Details','width=' + breit + ',height=' + hoch + ',left=0,top=0,resizeable=yes');}