function ml2_over() {
	document.getElementById("banner-menu").style.zIndex = 1;
	document.getElementById("banner-menu").style.zIndex = 1;
	document.getElementById("listMenu-id-2").style.zIndex = 5000;
}

function ml2_out() {
//	setTimeout(function(){ 
	document.getElementById("banner-menu").style.zIndex = 1000; 
	document.getElementById("listMenu-id-2").style.zIndex = 1;
//	},5000);
}

function shopinshop() {
window.open('flash/shop/index.html', 'popup', 'width=1024, height=920, location=no, status=no, titlebar=yes, directories=no, menubar=no, toolbar=no, scrollbars=yes,resizable=yes');
}

function newsletter() {
window.open('https://fofa.jp/speedo/a.p/102/', 'popup', 'width=500, height=600, location=no, status=yes, titlebar=yes, directories=no, menubar=no, toolbar=no, scrollbars=yes,resizable=yes');
}

function swym() {
window.open('flash/swym_2009ss1/index.html', 'popup', 'width=1044, height=788, menubar=no, toolbar=no, scrollbars=no');
}

function swym2() {
window.open('flash/swym_2009fw1/index.html', 'popup', 'width=1044, height=788, menubar=no, toolbar=no, scrollbars=no');
}

function link_select(url){
  if(url.options[url.selectedIndex].value){
    location.href = url.options[url.selectedIndex].value;
  }
}