function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function popup(theURL,winName,features) {
  window.open(theURL,winName,features);
}
function skipmemb () {
  var location=document.top_menu.urlmemb.options[document.top_menu.urlmemb.selectedIndex].value;   top.location.href=location;
  return;
} 
function goto_language () {
  var location=document.top_menu.urllang.options[document.top_menu.urllang.selectedIndex].value;   top.location.href=location;
  return;
} 

