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