<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function SFD_jump_forMall(mall) {
  var id = 0 + parseInt(mall);
  if (id == 0) {
  } else if (id > 0) {
    location = '/mall.php?mll='+id;
  } else {
  }
}
function SFD_jump_forDepartment(department) {
  var id = 0 + parseInt(department);
  if (id == 0) {
  } else if (id > 0) {
    location = '/department.php?dpt='+id;
  } else {
  }
}
function SFD_jump_forShop(shop) {
  var id = 0 + parseInt(shop);
  if (id == 0) {
  } else if (id > 0) {
    location = '/shop.php?shp='+id;
  } else {
  }
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
