var wpnt = new Array(24);
var wara = new Array(11);

wpnt = ["none","none","murakami","shibata","niigata","aga","sanjo","nagaoka","uonuma","kashiwazaki","tokamachi","yuzawa","joetsu","myokou","itoigawa","sado","none","yamagata","fukushima","gunma","nagano","toyama","none","tokyo","osaka"];

wara = ["none","niigata","none","yamagata","fukushima","gunma","nagano","toyama","none","tokyo","oosaka"];

wpnturl="http://www1.weathereye.net/niigata/cgi-bin/niigata_tenki2.cgi?area=";
wfwkurl="http://www1.weathereye.net/niigata/cgi-bin/niigata_weekly.cgi?area=";

function showPage(index){
	if (wpnt[index] != "none") {
		newWin=window.open("","new","width=620,height=380,scrollbars=1");
		newWin.location=wpnturl+wpnt[index];
	}
}

function showPage2(index){
	if (wara[index] != "none") {
		newWin=window.open("","week","width=720,height=330,scrollbars=1");
		newWin.location=wfwkurl+wara[index];
	}
}

function show1(){
	newWin=window.open("","zenkoku","width=540,height=450,scrollbars=1");
	newWin.location="http://www1.weathereye.net/niigata/weather/zenkoku.htm";
}

function show2(){
	newWin=window.open("","himawari","width=450,height=540,scrollbars=1");
	newWin.location="http://www1.weathereye.net/niigata/weather/himawari/index.html";
}

function show3(){
	newWin=window.open("","amedas","width=520,height=660,scrollbars=1");
	newWin.location="http://www1.weathereye.net/niigata/weather/r-amedas/zenkoku.html";
}

function show4(){
	newWin=window.open("","keiho","width=560,height=640,scrollbars=1");
	newWin.location="http://www1.weathereye.net/niigata/weather/warning/hokuriku_kei.html";
}

function show5(){
	newWin=window.open("","typhoon","width=480,height=690,scrollbars=1");
	newWin.location="http://www1.weathereye.net/niigata/weather/typ/typ.html";
}

function show6(){
	newWin=window.open("","quake","width=480,height=690,scrollbars=1");
	newWin.location="http://www1.weathereye.net/niigata/weather/quake/jishin.html";
}

function showWEYE(){
	newWin=window.open("","WeatherEye");
	newWin.location="http://www.weather-eye.com/";
}
