//function shopinfo(filename){
//var w = 800;
//var h = 800;
//var shopinfo;
//
//shopinfo = window.open(filename,'mini_open',
//'scrollbars=yes,toolbars=0,width=' + w + ',height=' + h);
//
//shopinfo.moveTo(0,0);
//shopinfo.focus();
//}

//function icon(){
//renew = window.open("icon.html","new","width=270,height=300");
//renew.focus();
//}

