function openMovie(){
	url = "/movie/index.html";
	subWidth = 818;
	subHeight = 530;
	subWin=window.open(url,"movie","menubar=0,scrollbars=1,toolbar=0,resizable=1,status=1,width=" + subWidth + ",height=" + subHeight);
	subWin.focus();
}
