function openLebronGame(){
	var url='http://nike.jp/basketball/v3/lebrongame/top.html';
	var name='lebrongame';
	w=790;
	h=560;
	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);
}

function openAura(){
	var url='http://nike.jp/women/home.html';
	var name='aura';
	w=800;
	h=580;
	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);
}

