function PicWindow(bild,wdt,hgt) {
	BildFenster=window.open("/cgi-bin/showpic.asp?pic="+bild,"BildWin","width="+wdt+",height="+hgt+",,resizeable");
	BildFenster.focus();
}
function UrlWindow(url,wdt,hgt) {
	UrlFenster=window.open(url,"URLWin","width="+wdt+",height="+hgt+",,resizeable,scrollbars=yes");
	UrlFenster.focus();
}
