// JavaScript Document
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
document.writeln("<select name=\"menu1\" onChange=\"MM_jumpMenu(\'parent\',this,0)\">");
document.writeln("                          <option>请选择店名称</option>");
document.writeln("                          <option value=\"/zx.asp\">天钥桥路店</option>");
document.writeln("                        <option value=\"/tl/zx.asp\">田林路店</option>");
document.writeln("                        <option value=\"/fz/zx.asp\">福州路店</option>");
document.writeln("                        <option value=\"/dp/zx.asp\">打浦桥店</option>");
document.writeln("                        <option value=\"/wjc/zx.asp\">五角场店</option>");
document.writeln("                    </select>");