//***************************************//
//      JavaScript Functions For ISL     //
//***************************************//

function changeLanguage(selObj){
	window.location.href = "../"+selObj.options[selObj.selectedIndex].value+"/index.html";
}
