function langfunc(){
var srvrURL = "http://"+location.host+"/";
if (document.getElementById('languageid').value=='1'){window.location = srvrURL+'index.php?languageid=1&group=default'}
if (document.getElementById('languageid').value=='2'){window.location = srvrURL+'index.php?languageid=2&group=japanese'}
if (document.getElementById('languageid').value=='3'){window.location = srvrURL+'index.php?languageid=3&group=spanish'}
if (document.getElementById('languageid').value=='4'){window.location = srvrURL+'index.php?languageid=4&group=nederlands'}
if (document.getElementById('languageid').value=='7'){window.location = srvrURL+'index.php?languageid=7&group=russian'}
if (document.getElementById('languageid').value=='8'){window.location = srvrURL+'index.php?languageid=8&group=turkce'}
if (document.getElementById('languageid').value=='10'){window.location = srvrURL+'index.php?languageid=10&group=svenska'}
if (document.getElementById('languageid').value=='11'){window.location = srvrURL+'index.php?languageid=11&group=portugues'}
if (document.getElementById('languageid').value=='12'){window.location = srvrURL+'index.php?languageid=12&group=arabic'}
if (document.getElementById('languageid').value=='13'){window.location = srvrURL+'index.php?languageid=13&group=francais'}
if (document.getElementById('languageid').value=='14'){window.location = srvrURL+'index.php?languageid=14&group=italiano'}
if (document.getElementById('languageid').value=='15'){window.location = srvrURL+'index.php?languageid=15&group=polski'}
if (document.getElementById('languageid').value=='16'){window.location = srvrURL+'index.php?languageid=16&group=chinese'}
if (document.getElementById('languageid').value=='17'){window.location = srvrURL+'index.php?languageid=17&group=german'}
if (document.getElementById('languageid').value=='18'){window.location = srvrURL+'index.php?languageid=18&group=czech'}
if (document.getElementById('languageid').value=='19'){window.location = srvrURL+'index.php?languageid=19&group=dansk'}
if (document.getElementById('languageid').value=='20'){window.location = srvrURL+'index.php?languageid=20&group=suomi'}
if (document.getElementById('languageid').value=='21'){window.location = srvrURL+'index.php?languageid=21&group=greek'}
if (document.getElementById('languageid').value=='22'){window.location = srvrURL+'index.php?languageid=22&group=magyar'}
if (document.getElementById('languageid').value=='23'){window.location = srvrURL+'index.php?languageid=23&group=norwegian'}
if (document.getElementById('languageid').value=='25'){window.location = srvrURL+'index.php?languageid=25&group=korean'}
if (document.getElementById('languageid').value=='26'){window.location = srvrURL+'index.php?languageid=26&group=slovakian'}
}