function NewsOpen(url,name)
{
	window.open(url,'NewsInformation','width=550 height=400 left=100 top=100');
}

