function sLI(pic)
{
	thesource = "pop-ups/bsp"+pic+".html";
	fenster = window.open(thesource,"Beispiele","width=500,height=500,left=0,top=0,location=no,menubar=no,scrollbars=no,resizable=no,status=no,toolbar=no");
	fenster.focus();
}

function myWinRes(w,h)
{
	window.resizeTo(w,h);
	window.innerHeight = h-110;
}