// JavaScript Document
//_______________________________Variablen Deklaration____________________________________________


//_______________________________Navigation_______________________________________________________

function navi_activate(feld_id) {

  document.getElementById(feld_id).style.color = '#FFFFFF';
  document.getElementById(feld_id).style.backgroundColor = '#CCCCCC';

}

function openWindow(HREF) {
	
  Window1 = window.open("windowSmall/"+HREF, "_blank", "width=285,height=420,left=100,top=200");
  Window1.focus();
  
}
