	function goTr()
  {
  	s1=window.location.href;
    s2=s1.replace("/EN/","/TR/");
    window.location.href=s2;
  }
  
 	function goEn()
  {
  	s1=window.location.href;
    s2=s1.replace("/TR/","/EN/");
    window.location.href=s2;
  }

