function openDir( form ) { 

	var newIndex = form.fieldname.selectedIndex; 



 		cururl = form.fieldname.options[ newIndex ].value; 

		window.location.assign( cururl ); 
    return;



	if ( newIndex == 0 ) { 
     return;


	} else { 

		cururl = form.fieldname.options[ newIndex ].value; 

		window.location.assign( cururl ); 

	} 

} 

// 
// $(document).ready(function(){
// 
//   $('div.projektListeImg').fadeIn(1200);
//  // alert("hallo");
//   
// 
// });
// 

