<!--
// :::::::::::::::::::::::::::: ©2005 visuelle kommunikation udo hudelmaier :::::::::::::::::::::::::::::::::::::

   	function openwin(nr)
	{
		url = "window"+ nr +".html";
		newwindow = window.open(url,'','width=650,height=565,scrollbars=no,resizable=no,toolbar=no,status=yes');
	}
	
// -->