<!--
pfup = new Image(); 
pfup.src = "../images/sym88gr_up.gif";
pfon = new Image(); 
pfon.src = "../images/sym88gr_on.gif";	
 	 
function pfeil(imgName,img)
	{
	document.images[imgName].src = img.src;
	}

navup = new Image(); 
navup.src = "../images/spacer.gif";
navon = new Image(); 
navon.src = "../images/sym55gr_up.gif";	
 	 
function nav(imgName,img)
	{
	document.images[imgName].src = img.src;
	}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

	
//-->
