// JavaScript Document
/******************************************************************************************

	■ポップアップ
		
*******************************************************************************************/

//news
function popNews(){ 
	popwin=window.open("news.html","subwin","toolbar=no,scrollbars=no,resizable=yes,height=550,width=450,left=20,top=20");
	if(popwin){ 
		if(popwin.open){ 
			popwin.focus(); 
		}	
	}
}
//theater
function popTheater() {
	popwin2=window.open("theater_kanto.html","subwin2","toolbar=no,scrollbars=no,resizable=yes,height=550,width=650,left=20,top=20");
	if(popwin2){ 
		if(popwin2.open){ 
			popwin2.focus(); 
		}	
	}
}
function popTheater1() {
	popwin2=window.open("theater_hokkaido.html","subwin2","toolbar=no,scrollbars=no,resizable=yes,height=550,width=650,left=20,top=20");
	if(popwin2){ 
		if(popwin2.open){ 
			popwin2.focus(); 
		}	
	}
}
function popTheater2() {
	popwin2=window.open("theater_tokai.html","subwin2","toolbar=no,scrollbars=no,resizable=yes,height=550,width=650,left=20,top=20");
	if(popwin2){ 
		if(popwin2.open){ 
			popwin2.focus(); 
		}	
	}
}
function popTheater3() {
	popwin2=window.open("theater_kinki.html","subwin2","toolbar=no,scrollbars=no,resizable=yes,height=550,width=650,left=20,top=20");
	if(popwin2){ 
		if(popwin2.open){ 
			popwin2.focus(); 
		}	
	}
}
function popTheater4() {
	popwin2=window.open("theater_chugoku.html","subwin2","toolbar=no,scrollbars=no,resizable=yes,height=550,width=650,left=20,top=20");
	if(popwin2){ 
		if(popwin2.open){ 
			popwin2.focus(); 
		}	
	}
}
function popTheater5() {
	popwin2=window.open("theater_kyusyu.html","subwin2","toolbar=no,scrollbars=no,resizable=yes,height=550,width=650,left=20,top=20");
	if(popwin2){ 
		if(popwin2.open){ 
			popwin2.focus(); 
		}	
	}
}
//tie-up
function popTieup() {
	popwin2=window.open("tieup.html","subwin2","toolbar=no,scrollbars=no,resizable=yes,height=550,width=650,left=20,top=20");
	if(popwin2){ 
		if(popwin2.open){ 
			popwin2.focus(); 
		}	
	}
}
//fes-info
function popFesinfo() {
	popwin2=window.open("fesinfo.html","subwin2","toolbar=no,scrollbars=no,resizable=yes,height=550,width=650,left=20,top=20");
	if(popwin2){ 
		if(popwin2.open){ 
			popwin2.focus(); 
		}	
	}
}
//fes-info list
function popFesinfoList() {
	popwin2=window.open("fesinfo.html#list","subwin2","toolbar=no,scrollbars=no,resizable=yes,height=550,width=650,left=20,top=20");
	if(popwin2){ 
		if(popwin2.open){ 
			popwin2.focus(); 
		}	
	}
}
