function shopOpen(shopname) {
wx = 500;
wy = 300;
x = (screen.width  - wx) / 2;
y = (screen.height - wy) / 2;
subWin = window.open("shop/"+shopname+".html","sub","left="+x+",top="+y+",width="+wx+",height="+wy);

}
