// JavaScript Document
//external.js
function Change(num) {
	switch(num){
		case 1:
			window.open( "http://ameblo.jp/doublewingosaka", "ameblo" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 2:
			window.open( "http://ameblo.jp/west-w/", "west" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 3:
			window.open( "http://presta-angels.com/", "presta" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 4:
			window.open( "http://cbpandas.seesaa.net", "buy" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 5:
			window.open( "http://www.longyong.jp/", "longyong" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 6:
			window.open( "http://meijisp.jp/shop/delta/index.html", "delta" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 7:
			window.open( "http://www.futsalsurprise.jp/jogarbola/index.htm", "jogarbola" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 8:
			window.open( "http://www.selecao.net/6ai/", "6ai" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 9:
			window.open( "http://futsalpoint.net/shisetsu/salu/tsukashin/", "tsukashin" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 10:
			window.open( "http://futsalpoint.net/shisetsu/salu/yao/", "yao" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 11:
			window.open( "http://www.meiji-s.ac.jp/mt_futsal_main.html", "meiji" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 12:
			window.open( "http://salmo.jp/index.html", "salmo" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 13:
			window.open( "http://www.futsal-times.com/", "futsaltimes" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 14:
			window.open( "http://futsal-navi.weblogs.jp/", "futsalnavi" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 15:
			window.open( "http://www.futsalnet.com/fn2009/", "futsalnet" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 16:
			window.open( "http://www.sopia.or.jp/kgh/", "sopia" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 17:
			window.open( "http://www.alasport.jp/", "alasport" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 18:
			window.open( "http://www.spotaka.com/", "spotaka" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 19:
			window.open( "http://www.ami-st.com/", "amist" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 20:
			window.open( "http://www.shriker.jp/index.php", "shriker" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 21:
			window.open( "http://www.deucao.com/", "deucao" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 22:
			window.open( "http://www.doublewing-osaka.jp/", "doublewing" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
	}
}

