<!--
function openWin(url,name,w,h,extra){
	if(extra == "0") { extra = "scrollbars=0"; }
    if(extra == "1") { extra = "scrollbars=1"; }
	str='height='+h+',width='+w+','+extra;
	if(parseInt(navigator.appVersion)>3)
		str+=',left='+((screen.width-8) -w)/2+',top='+parseInt((screen.height -h)/3);
	//win=window.open(url,name,str);
	parent.window.location.href = url;
}

function openNIKEiD(){
	var url='http://nikeid.nike.com/nikeid/index_new.jhtml?channel=JP_NIKEID&mod=&region=JAPAN&country=JP&language=JA#home';
	var name='nikeid';
	w=1010;
	h=620;
	extra=1;
	if(extra == "0") { extra = "scrollbars=0"; }
    if(extra == "1") { extra = "scrollbars=1"; }
	str='height='+h+',width='+w+','+extra;
	if(parseInt(navigator.appVersion)>3)
		str+=',left='+((screen.width-8) -w)/2+',top='+parseInt((screen.height -h)/3);
	//win=window.open(url,name,str);
	parent.window.location.href = url;
}

function openNikefree(){
	var url='/nikefree/';
	var name='nikefree';
	w=1010;
	h=620;
	extra=0;
	if(extra == "0") { extra = "scrollbars=0"; }
    if(extra == "1") { extra = "scrollbars=1"; }
	str='height='+h+',width='+w+','+extra;
	if(parseInt(navigator.appVersion)>3)
		str+=',left='+((screen.width-8) -w)/2+',top='+parseInt((screen.height -h)/3);
	//win=window.open(url,name,str);
	parent.window.location.href = url;
	
}

function openAdvancedfit(){
	var url='/advancedfit/main.html';
	var name='nikesphere';
	w=790;
	h=505;
	extra=0;
	if(extra == "0") { extra = "scrollbars=0"; }
    if(extra == "1") { extra = "scrollbars=1"; }
	str='height='+h+',width='+w+','+extra;
	if(parseInt(navigator.appVersion)>3)
		str+=',left='+((screen.width-8) -w)/2+',top='+parseInt((screen.height -h)/3);
	//win=window.open(url,name,str);
	parent.window.location.href = url;
}

function openTeamBasketball(){
	var url='/basketball/customize/main.html';
	var name='teambasketball';
	w=780;
	h=540;
	extra=0;
	if(extra == "0") { extra = "scrollbars=0"; }
    if(extra == "1") { extra = "scrollbars=1"; }
	str='height='+h+',width='+w+','+extra;
	if(parseInt(navigator.appVersion)>3)
		str+=',left='+((screen.width-8) -w)/2+',top='+parseInt((screen.height -h)/3);
	//win=window.open(url,name,str);
	parent.window.location.href = url;
}

function openTeamBaseball(){
	var url='/baseball/products/customize/index.html';
	var name='teambaeball';
	w=780;
	h=540;
	extra=0;
	if(extra == "0") { extra = "scrollbars=0"; }
    if(extra == "1") { extra = "scrollbars=1"; }
	str='height='+h+',width='+w+','+extra;
	if(parseInt(navigator.appVersion)>3)
		str+=',left='+((screen.width-8) -w)/2+',top='+parseInt((screen.height -h)/3);
	//win=window.open(url,name,str);
	parent.window.location.href = url;
}

function openTeamTraining(){
	var url='/team/product/';
	var name='teamtraining';
	w=780;
	h=540;
	extra=0;
	if(extra == "0") { extra = "scrollbars=0"; }
    if(extra == "1") { extra = "scrollbars=1"; }
	str='height='+h+',width='+w+','+extra;
	if(parseInt(navigator.appVersion)>3)
		str+=',left='+((screen.width-8) -w)/2+',top='+parseInt((screen.height -h)/3);
	//win=window.open(url,name,str);
	parent.window.location.href = url;
}

function openTeamFootball(){
	var url='/football/teamuniform/order_main.asp?BckArg=0';
	var name='teamfootball';
	w=780;
	h=540;
	extra=0;
	if(extra == "0") { extra = "scrollbars=0"; }
    if(extra == "1") { extra = "scrollbars=1"; }
	str='height='+h+',width='+w+','+extra;
	if(parseInt(navigator.appVersion)>3)
		str+=',left='+((screen.width-8) -w)/2+',top='+parseInt((screen.height -h)/3);
	//win=window.open(url,name,str);
	parent.window.location.href = url;
}

function openShere(){
	var url='http://nike.jp/sphere/';
	var name='sphere';
	w=400;
	h=230;
	extra=0;
	if(extra == "0") { extra = "scrollbars=0"; }
    if(extra == "1") { extra = "scrollbars=1"; }
	str='height='+h+',width='+w+','+extra;
	if(parseInt(navigator.appVersion)>3)
		str+=',left='+((screen.width-8) -w)/2+',top='+parseInt((screen.height -h)/3);
	//win=window.open(url,name,str);
	parent.window.location.href = url;
}

function openReminder(){
	var url='https://nike.jp/support/pwr/PassWordResend.asp?';
	var name='reminder';
	w=400;
	h=230;
	extra=0;
	if(extra == "0") { extra = "scrollbars=0"; }
    if(extra == "1") { extra = "scrollbars=1"; }
	str='height='+h+',width='+w+','+extra;
	if(parseInt(navigator.appVersion)>3)
		str+=',left='+((screen.width-8) -w)/2+',top='+parseInt((screen.height -h)/3);
	//win=window.open(url,name,str);
	parent.window.location.href = url;
}

//-->