// JavaScript Document
//external.js
function Change(num) {
	switch(num){
		case 1:
			window.open( "http://futsalsurprise.jp/jogarbola/index.htm" , "jogarbola" , "width=600,height=700,scrollbars=yes,resizable=yes");
			break;
		case 2:
			window.open( "http://www.vantan.com", "vantan" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 3:
			window.open( "http://www.shriker.jp", "shriker" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 4:
			window.open( "http://ameblo.jp/doublewingosaka", "ameblo" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 5:
			window.open( "http://www.formzu.net/fgen.ex?ID=P4227043", "buy" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 6:
			window.open( "http://www.cheer-music.net/event/", "cheer" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 7:
			window.open( "http://www.futsal-times.com/", "futsalTimes" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 8:
			window.open( "http://www.fanj-twice.com/", "FANJ" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 9:
			window.open( "http://idea-estate.co.jp/socio/access.html", "socio" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 10:
			window.open( "http://www.world-kobe.jp/access/index.html", "worldKobe" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;
		case 11:
			window.open( "http://deucao.com/deucaoweb/1.1/508/", "deucaoweb" , "width=600,height=650,scrollbars=yes,resizable=yes");
			break;						
	}
}

