function subwin_op(pass){
 var htpas = pass;
 if(htpas == 1){
 window.open('../sales_area/index.html', 'area_win', 'width=450,height=600,status=yes,resizable=yes,menubar=no,toolbar=yes');
 }else if(htpas == 0){
 window.open('sales_area/index.html', 'area_win', 'width=450,height=600,status=yes,resizable=yes,menubar=no,toolbar=yes');
 }else if(htpas == 2){
 window.open('../../sales_area/index.html', 'area_win', 'width=450,height=600,status=yes,resizable=yes,menubar=no,toolbar=yes');
 }
}
function subwin_kk(pass){
 var htpas = pass;
 if(htpas == 1){
	 window.open('buy/buy.html', 'area_win', 'width=700,height=600,status=yes,resizable=yes,menubar=no,toolbar=yes,scrollbars=yes');
 }else if(htpas == 0){
	 window.open('order/buy/buy.html', 'area_win', 'width=650,height=600,status=yes,resizable=yes,menubar=no,toolbar=yes,scrollbars=yes');
 }
}
function subwin_ak(pass){
 var htpas = pass;
 if(htpas == 1){
	 window.open('member/member.html', 'area_win', 'width=700,height=600,status=yes,resizable=yes,menubar=no,toolbar=yes,scrollbars=yes');
 }else if(htpas == 0){
	 window.open('order/member/member.html', 'area_win', 'width=700,height=600,status=yes,resizable=yes,menubar=no,toolbar=yes,scrollbars=yes');
 }
}
function subwin_ok(pass){
 var htpas = pass;
 if(htpas == 1){
	 window.open('try/try.html', 'area_win', 'width=700,height=600,status=yes,resizable=yes,menubar=no,toolbar=yes,scrollbars=yes');
 }else if(htpas == 0){
	 window.open('order/try/try.html', 'area_win', 'width=700,height=600,status=yes,resizable=yes,menubar=no,toolbar=yes,scrollbars=yes');
 }
}