function check(){
	if(window.opener){	
		window.opener.location.href="http://www.jcb.co.jp/";
		opener.focus();
	}
	else{
		win01=window.open("http://www.jcb.co.jp/","openwin" ,"toolbar=1 ,location=1 ,directories=1 ,status=1,menubar=1 ,scrollbars=1 ,resizable=1");
		win01.focus();
		}
}


function check02(){

	if(window.opener){	
		window.opener.location.href="http://www.jcb.co.jp/ordercard/index.html";
		opener.focus()
	}
	else{
		win01=window.open("http://www.jcb.co.jp/ordercard/index.html","openwin" ,"toolbar=1 ,location=1 ,directories=1 ,status=1,menubar=1 ,scrollbars=1 ,resizable=1");
		win01.focus();
		}
}

