function gottourl(objObject){location.href=objObject.value;}
function languages(){var content=window.location.toString();var parts=content.split("/")
var result=parts[parts.length-2]+'/'+parts[parts.length-1]
var dirname=result.split("/")
var foldername=dirname[0]
document.write("<table width='100%' border='0' cellspacing='4' cellpadding='0'>");document.write("<tr>");document.write("<td align='right'>");document.write("    <form id='form1' name='form1' method='post' action=''>");document.write("    <label>");document.write("    <select name='cmbLanguage' class='selecttop' onchange='gottourl(this)'>");if (foldername=="english"){document.write("        <option value='http://www.fusionmesotherapy.com/default.html' selected>English</option>");}
else{document.write("        <option value='http://www.fusionmesotherapy.com/default.html'>English</option>");}
if (foldername=="spanish"){document.write("        <option value='http://www.fusionmesotherapy.com/spain/default.html' selected>Español</option>");}
else{document.write("        <option value='http://www.fusionmesotherapy.com/spain/default.html'>Español</option>");}
if (foldername=="france"){document.write("        <option value='http://www.fusionmesotherapy.com/france/default.html' selected>Français</option>");}
else{document.write("        <option value='http://www.fusionmesotherapy.com/france/default.html'>Français</option>");}
document.write("    </select>");document.write("    </label>");document.write("    </form>");document.write("</td>");document.write("</tr>");document.write("</table>");}
