function popup(url){
  win=window.open(url, "imagemap_jspopup", "width=396,height=354,left=150,top=141,toolbar=0,status=1,menubar=0,scrollbars=1,resizable=0");
  win.focus();
  false;
}
function MM_callJS(jsStr){
  return eval(jsStr)
}
