var tmid_01 = mid.substring(0,1);
var tmid_02 = mid.substring(1,2);
//alert(tmid_02);

function pop_findid(){
	window.open('./pop_findid_result.html', 'pop_findid', 'width=400, height=278');
}
function pop_findpw(){
	window.open('./pop_findpw_result.html', 'pop_findid', 'width=400, height=278');
}
function pop_video(movie){
	window.open('./pop_video.html?movie='+movie, 'pop_video', 'width=366, height=379');
}

