function openDir( form ) { 

	var newIndex = form.fieldname.selectedIndex; 

 

		cururl = form.fieldname.options[ newIndex ].value; 

		window.location.assign( cururl ); 


}
