				function openURL()	{ 
					selectedOptionIndex = document.dropbox.language.selectedIndex; 
					destinationURL = document.dropbox.language.options[selectedOptionIndex].value;
					top.location.href = destinationURL; 
				}
