// JavaScript Document


try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}



//map_pop
function map_pop(){
 win=window.open("map.html","map_pop","menubar=no,scrollbars=no,resizable=yes,width=650,height=680");
}

//TanpinMenu
function tanpin(){
 win=window.open("tanpin.html","tanpin","menubar=no,scrollbars=yes,resizable=yes,width=667,height=600");
}

//coupon
function coupon(){
 win=window.open("coupon/coupon.html","coupon","menubar=no,scrollbars=no,resizable=yes,width=500,height=330");
}
