// JavaScript Document


//-----------------------
// pop up
//-----------------------


//News
function news(){ 
	newswin=window.open("http://blog.cinemacafe.net/eiga-eiga/news/","");
}

function maeuri(){ 
	newswin=window.open("http://blog.cinemacafe.net/eiga-eiga/200901/20090123_170038.html","");
	if(newswin){ 
		if(newswin.open){ 
			newswin.focus(); 
		}	
	}
}


//THEATER
function theater(){ 
	theaterwin=window.open("http://blog.cinemacafe.net/eiga-eiga/theater/","");
	if(theaterwin){ 
		if(theaterwin.open){ 
			theaterwin.focus(); 
		}	
	}
}


