function popup(url, lang) {
   STF = window.open("/" + lang + "/send_to_friend.php?url=" + url , "Poggenpohl", "width=350,height=480,left=100,top=200,scrollbars=no,resizable=yes,status=no");
   STF.focus();
} 