function wechsle(url1,url2) {
top.main.location.href=url1;
top.navi.location.href=url2;
}
