<!--
	//    (c) 1997 Patrick Simon (patrick@webside.de)
	//    free for profit and non-profit use if this header stays
	
	        function Browser()
	        {       
	                if (navigator.appVersion.indexOf("(X11") != -1 || navigator.appVersion.indexOf("(Mac") != -1) return 1
	                else return 0
	
	        }
	        function Description(url,dow,winwidth,winheight)
	        {
	                if (stat == 0)
	                        {
	                        description=window.open(url,'descr','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=yes,scrollbars=yes,resizable=yes,top=10,left=10,copyhistory=no,width='+winwidth+',height='+winheight)
	                        description.focus()
	                        stat=dow
	                        if (Browser() == 1 ) window.open(url,'descr')
	                        else
	                                {
	                                stat=0
	                                }
	                        }
	        }
	// -->
	stat=0
	dow=0
	
		function open_window1()
                        {
                        windowname = window.open("/include/popup_19207.cfm","19207","width=330,height=250,resizable=0,scrollbars=0,top=20,left=20");
                        }