// sitetools.js

if (top.location != self.location) top.location.replace(self.location);

function DropChange(formular){
var URL = document.formular.site.options[document.formular.site.selectedIndex].value;
window.location.href = URL;
}