/*--------------------------------------------------------------
for Trailer Popup
--------------------------------------------------------------*/
function openMovie(){
	trailerURL = "popup_movie.html";
	window.open(trailerURL,"trailerWin","width=360,height=290");
}
