<!--

function openWin(bild) 
{
    win = window.open("../showpic2.htm?" + bild, "newWindow", "width=100,height=100,menubar=no,toolbar=no,scrollbars=no,left=50,top=50");
	win.focus();
}

//-->
