var tipWin = null;
function openbild(URL)
{
if(tipWin &&tipWin.closed==false)
tipWin.close()
tipWin = window.open(URL,'tipWin','width=800,height=600,resizeable=no,scrollbars=yes');
}
