function new_window(News,Idno){
	window.open('/'+News+'/'+News+'_kiji.php?id='+Idno, 'sample', 'width=650,height=650,scrollbars=1,resizable=1');
}