
function change_language(lan)
{
//if (lan=='en') alert("English support NOT yet available !!!");

getUrl = ""+document.location;
if (getUrl.indexOf("index")>=0)  if (lan=='en') location.href="index_en.html";  
                                      else location.href="index.html";
if (getUrl.indexOf("castelhinog_f")>=0)  if (lan=='en') location.href="castelhinog_f_en.html";  
                                      else location.href="castelhinog_f.html";
if (getUrl.indexOf("castelhinog_s")>=0)  if (lan=='en') location.href="castelhinog_s_en.html";  
                                      else location.href="castelhinog_s.html";
if (getUrl.indexOf("crama1")>=0)  if (lan=='en') location.href="crama1_en.html";  
                                      else location.href="crama1.html";
if (getUrl.indexOf("crama2")>=0)  if (lan=='en') location.href="crama2_en.html";  
                                      else location.href="crama2.html";
if (getUrl.indexOf("crama")>=0)  if (lan=='en') location.href="crama_en.html";  
                                      else location.href="crama.html";
if (getUrl.indexOf("distributie")>=0)  if (lan=='en') location.href="distributie_en.html";  
                                      else location.href="distributie.html";
if (getUrl.indexOf("noblesse_c")>=0)  if (lan=='en') location.href="noblesse_c_en.html";  
                                      else location.href="noblesse_c.html";
if (getUrl.indexOf("noblesse_f")>=0)  if (lan=='en') location.href="noblesse_f_en.html";  
                                      else location.href="noblesse_f.html";
if (getUrl.indexOf("noblesse_p")>=0)  if (lan=='en') location.href="noblesse_p_en.html";  
                                      else location.href="noblesse_p.html";
if (getUrl.indexOf("podgorie")>=0)  if (lan=='en') location.href="podgorie_en.html";  
                                      else location.href="podgorie.html";
if (getUrl.indexOf("valuroman_c")>=0)  if (lan=='en') location.href="valuroman_c_en.html";  
                                      else location.href="valuroman_c.html";
if (getUrl.indexOf("valuroman_m")>=0)  if (lan=='en') location.href="valuroman_m_en.html";  
                                      else location.href="valuroman_m.html";
if (getUrl.indexOf("valuroman_p")>=0)  if (lan=='en') location.href="valuroman_p_en.html";  
                                      else location.href="valuroman_p.html";
if (getUrl.indexOf("contact")>=0)  if (lan=='en') location.href="contact_en.html";  
                                      else location.href="contact.html";  

}

