function reload2(form)
{
var val=form.land.options[form.land.options.selectedIndex].value;
var val1=form.hin.options[form.hin.options.selectedIndex].value;
//alert(val + val1);
self.location='http://www.orca-dive.de/index.php?id=810&land='+val+'&hin='+val1;
}