function winpopup(id)
{
	window.open("news_details.php?id="+id,"popup","height=550,width=580,location=0,resizable=0,toolbar=0,statusbar=0,scrollbars=1,top=150,left=300,screenX=50,screenY=50");
}
function dictionary()
{
		window.open("dictionary.php", "","height=50,width=800,location=0,resizable=1,toolbar=0,statusbar=0,scrollbars=1,top=230,left=100,screenX=50,screenY=50");
}
