// JavaScript Document
function openLang(a) {
	var selectionOption
	selectionOption = a.selectedIndex
	//alert (selectionOption)
	if (selectionOption = 1) {
	  window.location.href = 'e_default.htm'
    }
}