function popup_familydvd(){
	window.open('graphic/dvdad.html', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=520, height=520 left = 50, top = 50');
}

function popup_video(lank){
	window.open(lank, 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=300, height=250 left = 50, top = 50');
}