function SetPath(num){
  Path="../shop_window/" + num + ".html";
  window.open(Path,'shop','scrollbars=yes,top=0,width=640,height=520');
}

function SetPath2(url){
  window.open(url,'shop','scrollbars=yes,top=0,width=640,height=520');
}
