function open_spop(file) { //v3.0
	theURL = 'http://www.sunclay.co.jp/00cmn/pop/spop/' + file + '.php';
	winName = "sub";
	features = 'status=yes,scrollbars=yes,resizable=yes,width=270,height=400,left=0,top=0';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}
function open_mpop(file) { //v3.0
	theURL = 'http://www.why.co.jp/00cmn/pop/mpop/' + file + '.php';
	winName = "sub";
	features = 'status=yes,scrollbars=yes,resizable=yes,width=420,height=420,left=0,top=0';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}
function open_lpop(file) { //v3.0
	theURL = 'http://www.sunclay.co.jp/00cmn/pop/lpop/' + file + '.php';
	winName = "sub";
	features = 'status=yes,scrollbars=yes,resizable=yes,width=630,height=530,left=0,top=0';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}


function open_basket() { //v3.0
	theURL = 'http://www.e-greenfield.jp/03prog/shop/cart_disp.php';
	winName = "sub";
	features = 'status=yes,scrollbars=yes,resizable=yes,width=700,height=650,left=0,top=0';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}
function open_usr() { //v3.0
	theURL = 'http://www.e-greenfield.jp/03prog/shop/usr_index.php';
	winName = "sub";
	features = 'status=yes,scrollbars=yes,resizable=yes,width=700,height=650,left=0,top=0';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}
function open_item_detail(file) { //v3.0
	theURL = 'http://www.e-greenfield.jp/03prog/shop/item_detail.php?mi0201=' + file + '';
	winName = "sub";
	features = 'status=yes,scrollbars=yes,resizable=yes,width=700,height=550,left=0,top=0';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}
function open_msgbox(file) { //v3.0
	theURL = 'http://www.e-greenfield.jp' + file;
	winName = "sub";
	features = 'status=yes,scrollbars=no,resizable=yes,width=300,height=150,left=200,top=100';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}
function open_whyshoplist() { //v3.0
	theURL = 'http://www.e-greenfield.jp/03prog/why/shop_list.php';
	winName = "sub";
	features = 'status=yes,scrollbars=yes,resizable=yes,width=700,height=650,left=0,top=0';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}
function open_whyshoplist_006() { //v3.0
	theURL = 'http://www.e-greenfield.jp/03prog/why/shop_list.php?brand=006';
	winName = "sub";
	features = 'status=yes,scrollbars=yes,resizable=yes,width=700,height=650,left=0,top=0';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}
function open_mimi(file) { //v3.0
	theURL = 'http://www.why.co.jp/ats/00cmn/pop/mimi/' + file;
	winName = "sub";
	features = 'status=yes,scrollbars=yes,resizable=yes,width=560,height=420,left=0,top=0';
	winopen = window.open(theURL,winName,features);
	winopen.focus();
}

