function doPopup(datei, titel, symbol)
{
	cookiename="HTHP"+symbol
	wert=getCookie(cookiename)
	if (wert == null)
	{
		heute = new Date()
		setCookie(cookiename, "1", heute.getTime()+5184000000)
		if (getCookie(cookiename) != null)
			window.open(uppath+datei, titel, "toolbar=0,scrollbars=1,resizable=1,width=500,height=260");
	}
}
function handlePopup()
{
}
