<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
//マルイSHOP LISTウィンドウ
function ShopUpWin(url){
		window.open(url,'','width=780,height=600,scrollbars=yes,resizable=yes');
}
//banner1.html ウィンドウ
function MaruiWin(url){
		window.open(url,'','width=780,height=600,scrollbars=yes,resizable=yes');
}