//-----検索結果のみかた-----
function openWinSearch(wUrl){
	var wName = "WineSearch";
	var wWidth = 600;
	var wHeight = 600;
	var wOption ="toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=" + wWidth + ",height=" + wHeight  ;
	window.open(wUrl,wName,wOption);
}

//-----ワインリストのみかた-----
function openWinList(wUrl){
	var wName = "WineList";
	var wWidth = 600;
	var wHeight = 600;
	var wOption ="toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=" + wWidth + ",height=" + wHeight  ;
	window.open(wUrl,wName,wOption);
}
function openWinList2(wUrl){
	wName = "WineList";
	wWidth = 600;
	wHeight = 600;
	wOption ="toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=" + wWidth + ",height=" + wHeight  ;
	window.open(wUrl,wName,wOption);
}

//-----国名について-----
function openWinSearch2(wUrl){
	wName = "AboutCountry";
	wWidth = 600;
	wHeight = 600;
	wOption ="toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=" + wWidth + ",height=" + wHeight  ;
	window.open(wUrl,wName,wOption);
}

//-----ヴィンテージチャート-----
function openVintageChart(wUrl){
	wName = "VintageChart";
	wWidth = 600;
	wHeight = 600;
	wOption ="toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=" + wWidth + ",height=" + wHeight  ;
	window.open(wUrl,wName,wOption);
}

//-----基礎知識-----
function openWinKnow(wUrl){
	var wName = "know";
	var wWidth = 600;
	var wHeight = 600;
	var wOption ="toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=" + wWidth + ",height=" + wHeight  ;
	window.open(wUrl,wName,wOption);
}

//-----ワイン道-----
function openWinStepup(wUrl){
	var wName = "StepUp";
	var wWidth = 600;
	var wHeight = 450;
	var wOption ="toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=" + wWidth + ",height=" + wHeight  ;
	window.open(wUrl,wName,wOption);
}

//-----インフォメーション-----
function openInfo(wUrl){
	wName = "Infomation";
	wWidth = 600;
	wHeight = 600;
	wOption ="toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=" + wWidth + ",height=" + wHeight  ;
	window.open(wUrl,wName,wOption);
}
