function newwin1() {
	sub = window.open("../../shopinfo/index.html","window1","menubar=yes,scrollbars=yes,resizable=yes,width=650,height=650,left=0,top=0");
x = 0;
y = 0;
sub.moveTo(x,y);
}

function newwin2() {
	sub = window.open("../../contact/index.html","window2","menubar=yes,scrollbars=yes,resizable=yes,width=650,height=650,left=0,top=0");
x = 0;
y = 0;
sub.moveTo(x,y);
}

function newwin3() {
	sub = window.open("../../guide/index.html","window3","menubar=yes,scrollbars=yes,resizable=yes,width=650,height=650,left=0,top=0");
x = 0;
y = 0;
sub.moveTo(x,y);
}

function newwin4() {
	sub = window.open("../../policy/index.html","window4","menubar=yes,scrollbars=yes,resizable=yes,width=650,height=650,left=0,top=0");
x = 0;
y = 0;
sub.moveTo(x,y);
}

function newwin5() {
	sub = window.open("../../magazine/index.html","window5","menubar=yes,scrollbars=yes,resizable=yes,width=650,height=650,left=0,top=0");
x = 0;
y = 0;
sub.moveTo(x,y);
}
