function rest_succ_view(vMvCode)
{
	var h = 410;
	var w = 600;
	var scr = 'no';
	var rs = 'no';
	var ntop = (screen.height- h) / 2;
	var nleft = (screen.width - w) / 2;
	var strWndName = 'rest_vod_popup';
	var strURL = '/corporate/cyber_pr/movie_rest_success.asp?mvcode=' + vMvCode;
	var strParam  = 'height='+h+',width='+w+',top='+ntop+',left='+nleft+',scrollbars='+scr+',resizable='+rs+',status=no,directories=no,location=no,menubar=no';
	var wnd = window.open(strURL, strWndName, strParam);
	wnd.window.focus();
}
