<!--//			
                	function find(form) {          
                	var listnum=form.menu.selectedIndex;
                	var htmlURL=form.menu.options[listnum].value;
                	if(htmlURL!="dead")       
       				this.location.href=htmlURL;  
                }
//-->