                    function LangFormSubmit(f) {
                        if(f.lang.options[f.lang.selectedIndex].value=="de") {
                            window.open('<we:path index="dddd.php" home=" ">?lang=de','_self');
                            f.reset();
                            return false;
                        }else if(f.lang.options[f.lang.selectedIndex].value=="en")
                        {
                            window.open('<we:path index="dddd.php" home=" ">?lang=en','_self');
                            f.reset();
                            return false;
                        }else if(f.lang.options[f.lang.selectedIndex].value=="it")
                        {
                            window.open('<we:path index="dddd.php" home=" ">?lang=it','_self');
                            f.reset();
                            return false;
                        }else if(f.lang.options[f.lang.selectedIndex].value=="ru")
                        {
                            window.open('<we:path index="dddd.php" home=" ">?lang=ru','_self');
                            f.reset();
                            return false;
                        }
                        f.submit();
                        return true;
                    }

function tour()

{
   window.open(' http://www.salzburgaustria.at/panorama/deutsch/popup.html', 'rg', 'width=900,height=600,top=50,left=50');
}
function tour_en()

{
   window.open(' http://www.salzburgaustria.at/panorama/english/popup.html', 'rg', 'width=900,height=600,top=50,left=50');
}
          
