function translate()
{
option=document.transform.selectlang.options[document.transform.selectlang.selectedIndex].text
if(option=="English")
location="http://www.ionitech.com/index.php";
if(option=="Russian")
location="http://www.ionitech.com/ru/index.php";
if(option=="Bulgarian")
location="http://www.ionitech.com/bg/index.php";
}
