<!-- 
function popUp1(wintype)
{
   popUp=window.open(wintype, 'fenster', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=455,height=305,left=80,top=50');  
}

        function changeCol(theRow, newCol){
		theRow.style.backgroundColor = newCol;
	}
	
function popUp2(wintype)
{
   popUp=window.open(wintype, 'fenster', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=615,height=557,left=80,top=50');  
}

        function changeCol(theRow, newCol){
		theRow.style.backgroundColor = newCol;
	}
-->