// JavaScript Document
//alert("JavaScriptが読み込まれました");


function formMall(selObj,restore){ 
  eval("location='http://www.shop946.com/disp/mall.php?mall="+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


function formIndustry(selObj,restore){ 
  eval("location='http://www.shop946.com/disp/industry.php?ind="+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


function formKana(selObj,restore){ 
  eval("location='http://www.shop946.com/disp/kana.php?kana="+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}




/*    function addMarker(map, lat, lng, html) {
      var point = new GPoint(lat, lng);
      var marker = new GMarker(point);

      // Show this marker's index in the info window when it is clicked
//      GEvent.addListener(marker, "click", function() {
//       marker.openInfoWindowHtml(html);
//     });
      map.addOverlay(marker);
    }
*/
