function openPopup(id,lang){
		LeftPosition = (screen.width) ? (screen.width-468)/2 : 0;
		TopPosition = (screen.height) ? (screen.height-495)/2 : 0;
		window.open('newsinfull.php?id='+id+'&lang='+lang,'_blank', 'width=468,height=495,top='+TopPosition+',left='+LeftPosition+',status=no,toolbar=no,menubar=no');
		return;
}