
function highlight(URL,ID)
{
  document.getElementById(ID).src=""+URL+"_t.jpg";
}

function unlight(URL,ID)
{
  document.getElementById(ID).src=""+URL+"_t_high.jpg";
}

function NeuesFenster(Link,w,h)
{
    NewWindow=open(Link,"Content"+1, "height="+h+", width="+w+", scrollbars=auto,resizable=yes");
}

