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